unpin_forum_topic()¶
- Client.unpin_forum_topic()¶
Unpin a forum topic.
Usable by Users Bots- Parameters:
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat.topic_id (
int) – Unique identifier (int) of the target forum topic.
- Returns:
bool– On success, True is returned.
Example
await app.unpin_forum_topic(chat_id, topic_id)