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