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.

forumTopicDeleted#23f109b id:int = ForumTopic;

Parameters

Name Type Description
id int The ID of the deleted forum topic.

Type

ForumTopic

Related pages

Forum topics

Telegram allows creating forums with multiple distinct topics.

forumTopic

Represents a forum topic.

messages.getForumTopicsByID

Get forum topics by their ID