mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
12 lines
281 B
YAML
12 lines
281 B
YAML
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
|