CreateChatThreadResult interface

Result of the create chat thread operation.

Properties

chatThread

Chat thread.

invalidParticipants

The participants that failed to be added to the chat thread. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

chatThread

Chat thread.

chatThread?: ChatThreadProperties

Property Value

invalidParticipants

The participants that failed to be added to the chat thread. NOTE: This property will not be serialized. It can only be populated by the server.

invalidParticipants?: ChatError[]

Property Value