Skip to content

Statistics and Bot‐related Commands

KourvA edited this page Aug 28, 2024 · 7 revisions

〽️ Stats

Use the Stats command to retrieve statistics for the group, including total messages, total media, top members, and more.

stats_command: List[str] = [
    "stats", "статистика", "امار"
]

🗣 Mention

The Mention command allows mentioning the top 50 members (at most) in the group.

mention_command: List[str] = [
    "mention", "tag", "упомянуть", "تگ"
]

🗑 Delete

The Delete command can be used to remove a message if the command is replied to a specific message.

delete_command: List[str] = [
    "delete", "убрать", "حذف"
]

📚 Language

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", "язык", "زبان"
]

📎 Link

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