user property
Optional. Information about the user that created the topic. Currently, it is always present according to Telegram documentation.
Implementation
@JsonKey(name: 'user')
User? get user;
Optional. Information about the user that created the topic. Currently, it is always present according to Telegram documentation.
@JsonKey(name: 'user')
User? get user;