unpinTopic

Unpin a forum topic.

Parameters

chatId: ID

The identifier of a chat.

topicId: number

The identifier of the topic.

Result

void

Syntax

await client.unpinTopic(chatId, topicId);