AboutSupportDeveloper GuideVersion 1.1.0
ChannelChatOptions: {
    channelId?: string;
    teamId: string;
}

Options provided to the TeamsConnection.startChat function to start a Teams channel chat.

Type declaration

  • OptionalchannelId?: string

    ID of the channel to start the chat with. If not provided, the primary channel of the team will be used.

  • teamId: string

    Corresponding team ID of the channel to start the chat with.