Connect with the Telegram API.
To setup this App, you will need to configure a Telegram Bot by talking to @BotFather and retrieving a bot token. All the available Telegram API methods are accessible through this App.
Warning: if you have connected the same bot (same bot token) to a CSML Studio channel, some methods are also used for important configuration. Making changes in those configurations (especially webhook settings) may break your chatbot!
Usage
To interact with the Telegram API, you will only need the following parameters:
method
: name of the API methoddata
: optional data to send to the endpoint
Example
do App("telegram", method="getMe", data={"some":"value"})