aiogram/.butcher/enums/ReactionTypeType.yml

13 lines
281 B
YAML
Raw Normal View History

name: ReactionTypeType
description: |
This object represents reaction type.
Source: https://core.telegram.org/bots/api#reactiontype
multi_parse:
attribute: type
regexp: "'([a-z_]+)'"
entities:
- ReactionTypeEmoji
- ReactionTypeCustomEmoji
- ReactionTypePaid