Skip to main content

ChatRoomAdminChatAction

Callable

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

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


    Parameters

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

      Type of action performed.

    • Argument: string

      Target number of the action.

    Returns void

    • Nothing