isPaidPost property
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;
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.
@JsonKey(name: 'is_paid_post')
bool? get isPaidPost;