MessageActionTopicEdit#

class pyrogram.raw.types.MessageActionTopicEdit#

Forum topic information was edited.

Constructor of MessageAction.

Details:
  • Layer: 158

  • ID: C0944820

Parameters:
  • title (str, optional) – Topic title.

  • icon_emoji_id (int 64-bit, optional) – ID of the custom emoji used as topic icon.

  • closed (bool, optional) – Whether the topic was closed.

  • hidden (bool, optional) – Whether the topic was hidden (only valid for the “General” topic, id=1).