Max Send Bot Action#

Max sends a bot action to the specified chat. The action refers to displaying information in the chat that the bot is typing a message, sending a photo, etc.

Connector[Link] Connection object.
Chat ID[Text] Unique chat identifier.
Action

[Text] Action type:

  • "typing_on" — Bot is typing a message;
  • "sending_photo" — Bot is sending a photo;
  • "sending_video" — Bot is sending a video;
  • "sending_audio" — Bot is sending an audio file;
  • "sending_file" — Bot is sending a file;
  • "mark_seen" — Bot marks messages as read.
Result[Link] Object with the operation result..
Error Handling Level

Select the error handling level.

Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during operation.

Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Message[Text] Returns detailed information about the error in case of incorrect execution of the block's work.