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

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

Type declaration

  • Optional channelId?: 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.

Generated using TypeDoc