ForumTopicDeleted#
- class pyrogram.raw.types.ForumTopicDeleted#
Represents a deleted forum topic. This constructor is returned in place of a forumTopic by messages.getForumTopicsByID (and the other topic-fetching methods) when a topic no longer exists, allowing clients and bots to confirm that a topic was deleted.
Constructor of
ForumTopic.- Details:
Layer:
227ID:
23F109B
- Parameters:
id (
int32-bit) – The ID of the deleted forum topic.