firstName property
Optional. First name of the user, if the name was requested by the bot.
Implementation
@JsonKey(name: 'first_name')
String? get firstName;
Optional. First name of the user, if the name was requested by the bot.
@JsonKey(name: 'first_name')
String? get firstName;