SavedReactionTag

class pyrogram.raw.base.SavedReactionTag

Info about a saved message reaction tag ».

Constructor of SavedReactionTag.

Details:
  • Layer: 224

  • ID: CB6FF828

Parameters:
  • reaction (Reaction) – Reaction associated to the tag.

  • count (int 32-bit) – Number of messages tagged with this tag.

  • title (str, optional) – Custom tag name assigned by the user (max 12 UTF-8 chars).