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.
forumTopicDeleted#23f109b id:int = ForumTopic;
| Name | Type | Description |
|---|---|---|
| id | int | The ID of the deleted forum topic. |
Telegram allows creating forums with multiple distinct topics.
Represents a forum topic.
Get forum topics by their ID