SendTelegram

<< Click to Display Table of Contents >>

 

SendTelegram

SendTelegram(Id, Message)

Sends a message, indicated by the Message parameter, to the Telegram account specified in the Id parameter. This identifier can be either a user or a group. To use this method, users must configure the telegrambot property in the init.json file of Elipse Mobile. This message is sent asynchronously. In case of an error, a message is written on the log. The next code contains an example of using this function.

SendTelegram("1234567890", "Message");

Was this page useful?