Skip to content

Pin and unPin Commands

KourvA edited this page Aug 28, 2024 · 5 revisions

📌 Pin

Use the Pin command to pin a specific message in the group.

pin_command: List[str] = [
    "pin", "прикрепить", "سنجاق"
]

✂️ unPin

The unPin command allows unpinning a single message or all messages in the group. If the command is in reply to a message, that specific message will be unpinned. If the command is sent without a reply, all pinned messages will be unpinned.

unpin_command: List[str] = [
    "unpin", "открепить", "حذف سنجاق"
]

Previous page: Moderation Commands | Next page: Statistics and Bot-related Commands

Clone this wiki locally