RevenueWithdrawalState¶
- class telegram.RevenueWithdrawalState(type, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectThis object escribes the state of a revenue withdrawal operation. Currently, it can be one of:
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
typeis equal.Added in version 21.4.
- Parameters:
type (
str) – The type of the state.
- classmethod de_json(data, bot=None)[source]¶
Converts JSON data to a Telegram object.
- Parameters:
data (Dict[
str, …]) – The JSON data.bot (
telegram.Bot, optional) –The bot associated with this object. Defaults to
None, in which case shortcut methods will not be available.Changed in version 21.4:
botis now optional and defaults toNone
- Returns:
The Telegram object.