Skip to main content

JAICP updates in October 2024

New

  • Bots for business accounts in Telegram.
  • The $session and $client variables in asynchronous functions.

Bots for business accounts in Telegram

The Telegram messenger has bots that you can connect to your business account. They process messages from customers and chat with them on behalf of the account.

You can now publish such bots via JAICP and Aimylogic.

Restrictions

Bots for business accounts do not support buttons.

$session and $client variables in asynchronous functions

We added support for $session and $client in asynchronous functions in the ECMAScript 6 runtime. You can now get the current values of these variables and change them within asynchronous functions.

tip

In the Built-in variables article, you can learn more about accessing the variables in the ECMAScript 5 and ECMAScript 6 runtimes.