messages.ForumTopics

class pyrogram.raw.types.messages.ForumTopics

Telegram API type.

Constructor of ForumTopics.

Details:
  • Layer: 187

  • ID: 367617D3

Parameters:
  • count (int 32-bit) – N/A

  • topics (List of ForumTopic) – N/A

  • messages (List of Message) – N/A

  • chats (List of Chat) – N/A

  • users (List of User) – N/A

  • pts (int 32-bit) – N/A

  • order_by_create_date (bool, optional) – N/A

Functions:

This object can be returned by 2 functions.

channels.GetForumTopics

Telegram API function.

channels.GetForumTopicsByID

Telegram API function.