isPaidPost property

  1. @JsonKey(name: 'is_paid_post')
bool? get isPaidPost
inherited

Optional. True, if the message is a paid post. Note that such posts must not be deleted for 24 hours to receive the payment and can't be edited.

Implementation

@JsonKey(name: 'is_paid_post')
bool? get isPaidPost;