AboutSupportDeveloper GuideVersion 1.1.0
GroupChatOptions: ({
    emailAddresses: string[];
} | {
    userPrincipalNames: string[];
}) & {
    message?: string;
    topicName?: string;
}

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

Type declaration

  • Optionalmessage?: string

    Message text to insert into the current user’s compose box while the chat is in a draft state.

  • OptionaltopicName?: string

    Title of the group chat.