SuggestedPostInfo¶
- class telegram.SuggestedPostInfo(state, price=None, send_date=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectContains information about a suggested post.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
stateandpriceare equal.Available In
Added in version 22.4.
- Parameters:
state (
str) – State of the suggested post. Currently, it can be one of'pending','approved','declined'.price (
SuggestedPostPrice, optional) – Proposed price of the post. If the field is omitted, then the post is unpaid.send_date (
datetime.datetime, optional) – Proposed send date of the post. If the field is omitted, then the post can be published at any time within 30 days at the sole discretion of the user or administrator who approves it. The default timezone of the bot is used for localization, which is UTC unlesstelegram.ext.Defaults.tzinfois used.
- state[source]¶
State of the suggested post. Currently, it can be one of
'pending','approved','declined'.- Type:
str
- price[source]¶
Optional. Proposed price of the post. If the field is omitted, then the post is unpaid.
- Type:
- send_date[source]¶
Optional. Proposed send date of the post. If the field is omitted, then the post can be published at any time within 30 days at the sole discretion of the user or administrator who approves it. The default timezone of the bot is used for localization, which is UTC unless
telegram.ext.Defaults.tzinfois used.- Type:
datetime.datetime