Skip to main content

ChatRoomAdminAction

Callable

  • ChatRoomAdminAction(ActionType: Kick | Ban | Move, Publish?: string | boolean): void

  • Sends an administrative command to the server for the chat room from the character dialog.


    Parameters

    • ActionType: Kick | Ban | Move

      Type of action performed.

    • optionalPublish: string | boolean

      Whether or not the action should be published.

    Returns void

    • Nothing