GroupChatOptions: {
    emailAddresses: string[];
    message?: string;
    topicName?: string;
}

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

Type declaration

  • emailAddresses: string[]

    List of email addresses of users who should be included in the group chat.

  • Optional message?: string

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

  • Optional topicName?: string

    Title of the group chat.

Generated using TypeDoc