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