type property

String? type
getter/setter pair

The type of ban. Possible string values are:

  • "liveChatBanTypeUnspecified" : An invalid ban type.
  • "permanent" : A permanent ban.
  • "temporary" : A temporary ban.

Implementation

core.String? type;