nanostarAmount property

  1. @JsonKey(name: 'nanostar_amount')
int? get nanostarAmount
inherited

Optional. The number of 1/1000000000 shares of Telegram Stars transferred by the transaction; from 0 to 999999999

Implementation

@JsonKey(name: 'nanostar_amount')
int? get nanostarAmount;