API Log:
Last request:
URL:
Payload:
Last respond:
Bot configuration:
token:
chat_id:
<-
parse_mode:
none
Markdown
HTML
disable_web_page_preview:
false
true
disable_notification:
false
true
Message:
Send
Start Polling
Clear log
Custom API action:
Method:
answerCallbackQuery
editMessageCaption
editMessageReplyMarkup
editMessageText
forwardMessage
getChat
getChatAdministrators
getChatMember
getChatMembersCount
getFile
getMe
getUpdates
getUserProfilePhotos
kickChatMember
leaveChat
sendAudio
sendChatAction
sendContact
sendDocument
sendLocation
sendMessage
sendPhoto
sendSticker
sendVenue
sendVideo
sendVoice
setWebhook
unbanChatMember
Open API Document
Payload:
Act
Bot session:
Save/Load session:
Save
Load
Export session file:
Export
Import session file:
Import
Plain text import/export:
Export
Import
Bot code:
// The "message" object received from telegram will be pass to your code. // See README.md for more informations. if(message["text"] == "/start") { setTarget(message["chat"]["id"]); msg_str = (message["chat"]["type"] == "private") ? " " + message["chat"]["first_name"] : ""; setContent("Hi" + msg_str +"! I am a bot running in browser!"); sendMessage(); }
Update Code
(or Ctrl-S/Command-S)
Send/Get file:
File ID:
Download
Send File:
sendPhoto
sendSticker
sendVideo
sendVoice
sendDocument
to
Send
Run code:
eval
(or Ctrl-Enter/Commnad-Enter)