Message Callbacks
List of callbacks related to message actions.
SocialMessagePrepareCallback
Invoked before parsing a user message to be sent in the chat.
Properties
senderchannelplainMessagereplyIdcancelled
SocialMessageSendCallback
Invoked after parsing a user message to be sent in the chat.
Warning
This callback is not cancellable
Properties
senderchannelmessagemessageIdreplyId
SocialMessageReceiveCallback
Invoked when receiving a chat message from another user.
Properties
senderrecipientchannelmessagemessageIdreplyIdcancelled
SocialPrivateMessageSendCallback
Invoked when a user sends a private message to another user.
Properties
senderrecipientplainMessagecancelled