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 schema is available as of layer 148. Switch ยป

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