Skip to content

Misc Commands

× /info: Get your user info, which can be used as a reply or by passing a User Id or Username. × /id: Get the current group id. If used by replying to a message, get that user’s id. × /ping: Ping the Telegram Server! × /tr <msg/reply to message>: Translate the message. × /removebotkeyboard: Removes the stuck bot keyboard from your chat. × /stat: Gets the count of the total number of messages in the chat.

These are help-menu module names, not command aliases.

This module can be accessed using the following aliases:

  • extra
  • extras
CommandDescriptionDisableable
/idGet chat or user ID
/infoGet user info
/pingPing the Telegram server
/removebotkeyboardRemove stuck bot keyboard
/statShow message count for the chat
/tellEcho a message through the bot
/trTranslate a message
/id
/info
/ping

For detailed command usage, refer to the commands table above.

  • /tell — Requires Admin (RequireGroup + IsUserAdmin). Must be used as a reply to another message. The bot deletes the original command message and echoes the command arguments as a reply to the target message.
  • All other commands (/id, /info, /ping, /removebotkeyboard, /stat, /tr) — Available to all users.

/ping reports three latency measurements:

MetricSourceDescription
API RTTgetMe callBaseline network round-trip to Telegram API
Send msgsendMessage RTTFull latency including Telegram message processing
OverheadSend - API RTTEstimated server-side processing overhead
  • /stat is group-only (RequireGroup); it does nothing in private chats.
  • The message count is approximate: it uses MessageId + 1 of the received command message, which may differ from actual message count if messages were deleted by users or admins.