type property

  1. @JsonKey(name: 'type')
ChatType get type
inherited

Type of the chat, can be either "private", "group", "supergroup" or "channel".

Implementation

@JsonKey(name: 'type')
ChatType get type;