Introduction
Hello there! Today I am publishing my first extension Telegram Bot API Extension.
Blocks
Documentation
Blocks | Description |
---|---|
![]() |
This Event is triggered when error has occurred. |
![]() |
This Event is triggered when an update is received from telegram bot. |
![]() |
This Method gets first unprocessed update from telegram bot API. |
![]() |
This Method sends the given phone number to telegram bot. |
![]() |
This Method sends the given location coordinates to Telegram Bot. |
![]() |
This Method sends any file as document to Telegram Bot. |
![]() |
This Method sends Text Message to Telegram Bot. |
![]() |
This Method sends Photos to Telegram Bot. |
Sample APKs
TelegramBot_Test.apk (5.5 MB) [Demo App which shows the Working of Extension]
TelegramEchoApp.apk (5.5 MB) [Simple Echo Telegram Bot]
AIA
TelegramBot_Test.aia (119.8 KB) [used Taifun’s file extension to get filename from content URI]
TelegramEchoApp.aia (87.1 KB)
Download
com.henry.TelegramApiBot.aix (84.4 KB)