OpenGroupChatRequest interface
Used when starting a chat with more than one person
See OpenSingleChatRequest for use in a chat with only one person
- Extends
-
OpenChatRequest
Properties
topic | The display name of a conversation for 3 or more users (chats with fewer than three users will ignore this field) |
users | Array containing Microsoft Entra UPNs (usually but not always an e-mail address) of users with whom to begin a chat |
Inherited Properties
message | An optional message used when initiating chat |
Property Details
topic
The display name of a conversation for 3 or more users (chats with fewer than three users will ignore this field)
topic?: string
Property Value
string
users
Array containing Microsoft Entra UPNs (usually but not always an e-mail address) of users with whom to begin a chat
users: string[]
Property Value
string[]
Inherited Property Details
message
An optional message used when initiating chat
message?: string
Property Value
string
Inherited From OpenChatRequest.message