mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 17:53:17 +00:00
12 lines
244 B
YAML
12 lines
244 B
YAML
|
|
name: OwnedGiftType
|
||
|
|
description: |
|
||
|
|
This object represents owned gift type
|
||
|
|
|
||
|
|
Source: https://core.telegram.org/bots/api#ownedgift
|
||
|
|
multi_parse:
|
||
|
|
attribute: type
|
||
|
|
regexp: "'([a-z_]+)'"
|
||
|
|
entities:
|
||
|
|
- OwnedGiftRegular
|
||
|
|
- OwnedGiftUnique
|