mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 09:47:10 +00:00
11 lines
244 B
YAML
11 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
|