closeTopic

Close a forum topic.

Parameters

chatId: ID

The identifier of a chat.

topicId: number

The identifier of the topic.

Result

void

Syntax

await client.closeTopic(chatId, topicId);