Interface: GroupChatCreationResponse
api/model/chat.GroupChatCreationResponse
Properties
gid
• gid: GroupChatId
The group chat id
participants
• participants: { ContactId?
: GroupChatCreationParticipantAddResponse
}[]
The initial requested participants and their corresponding add responses
status
• status: 200
| 400
The resultant status code of the group chat creation.
200 if the group was created successfully.
400 if the initial participant does not exist