lastResaleAmount property

  1. @JsonKey.new(name: 'last_resale_amount')
int? get lastResaleAmount
inherited

Optional. For gifts bought from other users, the price paid for the gift in either Telegram Stars or nanotoncoins

Implementation

@JsonKey(name: 'last_resale_amount')
int? get lastResaleAmount;