username property

  1. @JsonKey(name: 'username')
String? get username
inherited

Optional. Username of the user, if the username was requested by the bot.

Implementation

@JsonKey(name: 'username')
String? get username;