OBJECT

DeleteChatMessagePayload

The returned payload for deleteChatMessage.

link GraphQL Schema definition

1type DeleteChatMessagePayload {
2
3# The returned message.
4message: DeletedMessage
5
6# The response codes for this mutation.
7responseCode: DeleteChatMessageStatusCode!
8
9}