ReactionTypeCustomEmoji¶
- class aiogram.types.reaction_type_custom_emoji.ReactionTypeCustomEmoji(*, type: Literal[ReactionTypeType.CUSTOM_EMOJI] = ReactionTypeType.CUSTOM_EMOJI, custom_emoji_id: str, **extra_data: Any)[source]¶
The reaction is based on a custom emoji.
Source: https://core.telegram.org/bots/api#reactiontypecustomemoji
- type: Literal[ReactionTypeType.CUSTOM_EMOJI]¶
Type of the reaction, always ‘custom_emoji’
- model_computed_fields: ClassVar[Dict[str, ComputedFieldInfo]] = {}¶
A dictionary of computed field names and their corresponding ComputedFieldInfo objects.
- model_post_init(context: Any, /) None ¶
We need to both initialize private attributes and call the user-defined model_post_init method.
- custom_emoji_id: str¶
Custom emoji identifier