Skip to main content

ChatRoomAdminChatAction

Callable

  • ChatRoomAdminChatAction(ActionType: Kick | Ban | Unban | Promote | Demote, Argument: string): void

  • Sends an administrative command to the server from the chat text field.


    Parameters

    • ActionType: Kick | Ban | Unban | Promote | Demote

      Type of action performed.

    • Argument: string

      Target number of the action.

    Returns void

    • Nothing