MessageEffect#
- class pyrogram.types.MessageEffect#
Contains information about an effect added to a message.
- Parameters:
id (
int
64-bit
, optional) – Unique identifier of the effect.emoji (
str
) – Emoji that represents the effect.static_icon (
Sticker
, optional) – Static icon for the effect in WEBP format; may be null if noneeffect_animation (
Document
, optional) – Effect animation for the effect in TGS format.select_animation (
Document
, optional) – Select animation for the effect in TGS format.is_premium (
bool
, optional) – True, if Telegram Premium subscription is required to use the effect.