MessageEffect

class pyrogram.types.MessageEffect

Represents a message effect.

Parameters:
  • id (int) – Unique identifier of the effect.

  • emoticon (str, optional) – Emoticon associated with the effect.

  • static_icon (Document, optional) – Static icon for the effect.

  • effect_sticker (Sticker, optional) – Animated sticker for the effect.

  • effect_animation (Document, optional) – Animation for the effect.

  • is_premium_required (bool, optional) – Whether this effect requires Premium.