Skip to main content

DeleteChatMessagePayload

Autogenerated return type of DeleteChatMessage

type DeleteChatMessagePayload {
clientMutationId: String
errors: [String!]
msg: String
}

Fields

DeleteChatMessagePayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

DeleteChatMessagePayload.errors ● [String!] list scalar

DeleteChatMessagePayload.msg ● String scalar

Returned By

deleteChatMessage mutation