aiogram/.butcher/enums/OwnedGiftType.yml

12 lines
244 B
YAML
Raw Normal View History

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