username property

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

Optional. Username of the chat, if the username was requested by the bot and available.

Implementation

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