botUsername property

  1. @JsonKey.new(includeIfNull: true, name: 'bot_username')
String? botUsername
final

The username of the bot user, if any

Implementation

@JsonKey(includeIfNull: true, name: 'bot_username')
final String? botUsername;