type property
Type of the chat, can be either "private", "group", "supergroup" or "channel".
Implementation
@JsonKey(name: 'type')
ChatType get type;
Type of the chat, can be either "private", "group", "supergroup" or "channel".
@JsonKey(name: 'type')
ChatType get type;