Telegram Bot Admin Tools

Send and delete messages, view bot permissions, and manage admins. Stories require MTProto (not Bot API).

Inputs

Delete uses deleteMessage(message_id). Send uses sendMessage(text). Stories are only via MTProto (not available to bots).

Status

OK

Send Message

Requires chat_id and token. Uses sendMessage.

Delete Message

Provide the numeric message_id from the chat (e.g., channel post number). Uses deleteMessage.

Bot Info

Enter bot token and run.

Chat Info & Bot Rights

Provide chat_id and run.

Stories (MTProto)

Posting/deleting stories requires MTProto (stories.sendStory / stories.deleteStories) with a user/channel session (libraries like MadelineProto/TDLib). Not available via Bot API. This UI accepts inputs for reference only.