lastName property

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

Optional. Last name of the user, if the name was requested by the bot.

Implementation

@JsonKey(name: 'last_name')
String? get lastName;