user property

  1. @JsonKey(name: 'user')
User? get user
inherited

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;