Methods

deleteTopic

Delete a forum topic.

Parameters

chatId: ID

The identifier of the chat.

topicId: number

The identifier of the topic.

Result

void

Syntax

await client.deleteTopic(chatId, topicId);