Skip to content

Message Callbacks

List of callbacks related to message actions.

SocialMessagePrepareCallback

Invoked before parsing a user message to be sent in the chat.

Properties

  • sender
  • channel
  • plainMessage
  • replyId
  • cancelled

SocialMessageSendCallback

Invoked after parsing a user message to be sent in the chat.

Warning

This callback is not cancellable

Properties

  • sender
  • channel
  • message
  • messageId
  • replyId

SocialMessageReceiveCallback

Invoked when receiving a chat message from another user.

Properties

  • sender
  • recipient
  • channel
  • message
  • messageId
  • replyId
  • cancelled

SocialPrivateMessageSendCallback

Invoked when a user sends a private message to another user.

Properties

  • sender
  • recipient
  • plainMessage
  • cancelled