umbot
    Preparing search index...

    Variable T_REPLYConst Readonly

    T_REPLY: "reply" = 'reply'

    Тип кнопки для отправки ответа. Возвращает ActionBody как обычное сообщение от пользователя.

    import { ViberButton } from 'umbot/plugins';

    controller.buttons.addBtn('Подтвердить', '', { action: 'confirm' }, {
    ActionType: ViberButton.T_REPLY, // тип кнопки Viber
    // ActionBody: 'custom_payload' — если не задан, уйдёт title
    });