Options
All
  • Public
  • Public/Protected
  • All
Menu

The threading types.

Index

Type Aliases

Operation: "create" | "update" | "delete" | "update_msg"
RemoveMemberResult: { result: boolean; user: UserId }

The definition for the result of removing a member from the message thread.

Type declaration

  • result: boolean

    Whether the member is successfully removed from the message thread.

    • true: Yes.
    • false: No.
  • user: UserId

    The ID of the removed message thread member.

onChatThreadChangeType: "create" | "update" | "destroy" | "userRemove"

The definition of the message thread event types:
create: Occurs when creating a chat thread.
update: Occurs when there is a new message in the chat thread.
destroy: Occurs when a chat thread is deleted.
userRemove: Occurs when you were kicked out of chat thread.

Generated using TypeDoc