price property

  1. @JsonKey.new(name: 'price')
SuggestedPostPrice? get price
inherited

Optional. Proposed price for the post. If the field is omitted, then the post is unpaid.

The price is specified in Telegram Stars and represents the cost that users must pay to access or interact with the suggested post.

Implementation

@JsonKey(name: 'price')
SuggestedPostPrice? get price;