mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 17:53:17 +00:00
13 lines
350 B
YAML
13 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
|