TeamChannelTarget: {
    channelId?: string;
    teamId: string;
}

Team/channel IDs provided to the share function to share to a Teams channel chat.

Type declaration

  • Optional channelId?: string

    ID of the channel to share to. If not provided, the primary channel of the team will be used.

  • teamId: string

    Corresponding team ID of the channel to share to.

Generated using TypeDoc