SendTelegram

<< Click to Display Table of Contents >>

 

SendTelegram

SendTelegram(Id, Message)

Sends a message, indicated by the parameter Message, to the Telegram account specified in the parameter Id. This Id can be for either a user or a group. To use this method, it's necessary to configure the property telegrambot at init.json file in Elipse Mobile.

For more information, refer to the available Options table in the init.json file.

 

The message is sent asynchronously. If an error occurs, it will be logged.

 

SendTelegran("1234567890",  "Message");

Was this page useful?