Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The TELEGRAM object sends events presented in the table. The procedure is started when the corresponding event occurs. The format of the event procedure for a mail message.

Code Block
OnEvent("TELEGRAM","_id_","_event_")

 

Event

Description

Comment

ERROR

Message sending error

The error<> parameter contains the a test description of the error

The format of the operator to describe actions with a mail message:

...

...

DoReact("TELEGRAM","_id_","_command_" [,"_parameters_"]);

The list of commands and parameters for the the TELEGRAM object is given in the table:

Commandcommand description

Parameters

Description

SENDsend

text<>

Message text

chat_id<>Chat identifier
bot_id<>Bot identifier
longtitude<>Geolocation longtitude
latitude<>Geolocation latitude
address<>Geolocation text address
SENDPHOTO 
SENDPHOTOsend photophoto<>Full path to the image file
caption<>File caption
chat_id<>Chat identifier
bot_id<>Bot identifier
longtitude<>Geolocation longtitude
latitude<>Geolocation latitude
address<>Geolocation text address

Examples of calling the command for sending a message to Telegram using a macro:

...