MessageActionSuggestedPostRefund
- class pyrogram.raw.types.MessageActionSuggestedPostRefund
A suggested post » was accepted and posted or scheduled, but either the channel deleted the posted/scheduled post before stars_suggested_post_age_min seconds have elapsed, or the user refunded the payment for the stars used to pay for the suggested post.
Constructor of
MessageAction.- Details:
Layer:
223ID:
69F916F8
- Parameters:
payer_initiated (
bool, optional) – If set, the user refunded the payment for the stars used to pay for the suggested post.
TL Schema
messageActionSuggestedPostRefund#69f916f8
flags:#
payer_initiated:flags.0?true
= MessageAction
Parameter Tree
MessageActionSuggestedPostRefund
└── payer_initiated →
true (optional)Example
MessageActionSuggestedPostRefund(
)