ReactionType¶
- class telegram.ReactionType(type, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectBase class for Telegram ReactionType Objects. There exist
telegram.ReactionTypeEmojiandtelegram.ReactionTypeCustomEmoji.Available In
New in version 20.8.
- Parameters:
type (
str) – Type of the reaction. Can beEMOJIorCUSTOM_EMOJI.
- type[source]¶
Type of the reaction. Can be
EMOJIorCUSTOM_EMOJI.- Type:
str