SuggestedPostApproved¶
- class telegram.SuggestedPostApproved(send_date, suggested_post_message=None, price=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectDescribes a service message about the approval of a suggested post.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if all of their attributes are 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.price (
SuggestedPostPrice, optional) – Amount paid for the post.send_date (
datetime.datetime) – Date when the post will be published. The default timezone of the bot is used for localization, which is UTC unlesstelegram.ext.Defaults.tzinfois used.
- 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:
- send_date[source]¶
Date when the post will be published. The default timezone of the bot is used for localization, which is UTC unless
telegram.ext.Defaults.tzinfois used.- Type:
datetime.datetime