deleteTopic
Delete a forum topic.
Parameters
The identifier of the chat.
topicId: number
The identifier of the topic.
Result
void
Syntax
await client.deleteTopic(chatId, topicId);
Delete a forum topic.
The identifier of the chat.
The identifier of the topic.
await client.deleteTopic(chatId, topicId);