mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 09:11:34 +00:00
* Added full support of Bot API 7.5 * Added changelog * Update date type in RevenueWithdrawalStateSucceeded * Added example
12 lines
350 B
YAML
12 lines
350 B
YAML
name: RevenueWithdrawalStateType
|
|
description: |
|
|
This object represents a revenue withdrawal state type
|
|
|
|
Source: https://core.telegram.org/bots/api#revenuewithdrawalstate
|
|
multi_parse:
|
|
attribute: type
|
|
regexp: "'([a-z_]+)'"
|
|
entities:
|
|
- RevenueWithdrawalStateFailed
|
|
- RevenueWithdrawalStatePending
|
|
- RevenueWithdrawalStateSucceeded
|