Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Answer Callback Query
telegram_bot_api:answer_callback_query
Answer a callback query from an inline keyboard button press.
Write
Medium risk
Delete Message
telegram_bot_api:delete_message
Delete a message from a chat. Bot can only delete its own messages or messages in groups where it's admin.
Write
High risk
Edit Message Text
telegram_bot_api:edit_message_text
Edit the text of a message sent by the bot.
Write
Medium risk
Get Chat
telegram_bot_api:get_chat
Get information about a chat, group, or channel.
Read
Low risk
Get Chat Member
telegram_bot_api:get_chat_member
Get information about a member of a chat, group, or channel.
Read
Low risk
Get Me
telegram_bot_api:get_me
Get basic information about the bot.
Read
Low risk
Get Updates
telegram_bot_api:get_updates
Get incoming updates (messages, callbacks, etc.) sent to the bot.
Read
Low risk
Send Document
telegram_bot_api:send_document
Send a document (file) to a chat, group, or channel.
Write
Medium risk
Send Message
telegram_bot_api:send_message
Send a text message to a chat, group, or channel.
Write
Medium risk
Send Photo
telegram_bot_api:send_photo
Send a photo to a chat, group, or channel.
Write
Medium risk
Set My Commands
telegram_bot_api:set_my_commands
Set the list of bot commands that appear in the command menu.
Write
Medium risk