MessageActionTopicEdit#

class pyrogram.raw.types.MessageActionTopicEdit#

Forum topic information was edited.

Constructor of MessageAction.

Details:
  • Layer: 158

  • ID: C0944820

Parameters:
  • title (str, optional) – New topic title.

  • icon_emoji_id (int 64-bit, optional) – ID of the new custom emoji used as topic icon, or if it was removed.

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

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