-
Notifications
You must be signed in to change notification settings - Fork 5
Pin and unPin Commands
KourvA edited this page Aug 28, 2024
·
5 revisions
Use the Pin command to pin a specific message in the group.
pin_command: List[str] = [
"pin", "прикрепить", "سنجاق"
]
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