-
Notifications
You must be signed in to change notification settings - Fork 5
Statistics and Bot‐related Commands
KourvA edited this page Aug 28, 2024
·
7 revisions
Use the Stats command to retrieve statistics for the group, including total messages, total media, top members, and more.
stats_command: List[str] = [
"stats", "статистика", "امار"
]
The Mention command allows mentioning the top 50 members (at most) in the group.
mention_command: List[str] = [
"mention", "tag", "упомянуть", "تگ"
]
The Delete command can be used to remove a message if the command is replied to a specific message.
delete_command: List[str] = [
"delete", "убрать", "حذف"
]
Admins can use the Language command to set the language of the group. Supported languages include English, Russian, and Persian.
language_command: List[str] = [
"language", "язык", "زبان"
]
Retrieve an invite link for the chat using the Link command. The bot supports three types of invite
- Basic Invite: Simple invite link with no
- Solo Invite: Invite link for a single
- Approval Invite: Requires admin approval to join.
link_command: List[str] = [
"link", "ссылка", "لینک"
]
Previous page: Pin and unPin Commands | Next page: VIP & Admin Management Commands