OBJECT
DeleteChatMessagePayload
The returned payload for deleteChatMessage.
link GraphQL Schema definition
1 type DeleteChatMessagePayload { 2 3 # The returned message. 4 : DeletedMessage 5 6 # The response codes for this mutation. 7 : DeleteChatMessageStatusCode! 8 9 }