SuggestedPostRefunded¶
- class telegram.SuggestedPostRefunded(reason, suggested_post_message=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectDescribes a service message about a payment refund for a suggested post.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
suggested_post_messageandreasonare equal.Available In
Added in version 22.4.
- Parameters:
suggested_post_message (
telegram.Message, optional) – Message containing the suggested post. Note that theMessageobject in this field will not contain thereply_to_messagefield even if it itself is a reply.reason (
str) – Reason for the refund. Currently, one of'post_deleted'if the post was deleted within 24 hours of being posted or removed from scheduled messages without being posted, or'payment_refunded'if the payer refunded their payment.
- suggested_post_message[source]¶
Optional. Message containing the suggested post. Note that the
Messageobject in this field will not contain thereply_to_messagefield even if it itself is a reply.- Type:
- reason[source]¶
Reason for the refund. Currently, one of
'post_deleted'if the post was deleted within 24 hours of being posted or removed from scheduled messages without being posted, or'payment_refunded'if the payer refunded their payment.- Type:
str