paidStarCount property

  1. @JsonKey(name: 'paid_star_count')
int? get paidStarCount
inherited

Optional. The number of Telegram Stars that were paid by the sender of the message to send it

Implementation

@JsonKey(name: 'paid_star_count')
int? get paidStarCount;