Skip to content

Group Callbacks

List of callbacks related to group actions.

SocialGroupAliasChangeCallback

Invoked when a group changes its alias.

Warning

This callback is not cancellable

Properties

  • groupChatChannel
  • newAlias

SocialGroupCreateCallback

Invoked when a group is created.

Warning

This callback is not cancellable

Properties

  • groupChatChannel

SocialGroupDisbandCallback

Invoked when a group is disbanded.

Warning

This callback is not cancellable

Properties

  • groupChatChannel

SocialGroupJoinCallback

Invoked when a user joins a group.

Warning

This callback is not cancellable

Properties

  • groupChatChannel
  • user

SocialGroupLeaderCahngeCallback

Invoked when a group changes its leader.

Warning

This callback is not cancellable

Properties

  • groupChatChannel
  • previousLeader
  • leader

SocialGroupLeaveCallback

Invoked when a group member leaves its group.

Warning

This callback is not cancellable

Properties

  • groupChatChannel
  • user