To create inline button menu message, follow these steps:

  1. Add a new bot-message element.

  2. Add new item, by clicking the [Add message] button.

  3. Choose the [Buttons] type of message.

  4. Select the [Telegram].

  5. Write the text of the message to the input field.

  6. Create new button, by clicking the [+] button.

  7. Write the name of the menu item.

  8. Open button properties, by clicking the [Settings] button:

    Untitled

  9. Choose the [Inline] type of button.

Untitled

After you completed the settings, as a result, we got next reply button menu view:

An illustration of how the messenger Inline menu looks:

Untitled (3).png

It is displayed in the text of the message.

<aside> 📢 Attention:

  1. The Inline menu is set by default.

  2. The value length of the Inline button must not exceed 30 characters.

  3. If in a chain connected by flows, set up a message with the Reply button menu, followed by a message with the Inline buttons, then buttons of both types will be available in the latter message. In this case, the signal received in the business process when the Reply button is clicked will be its title (not its value).

    Untitled

</aside>