Const
Readonly
Тип кнопки для отправки ответа
const viberButton = new ViberButton();// Создание кнопки-ответаconst replyButton = new Button();replyButton.initBtn('Ответить', '', null, { ActionType: ViberButton.T_REPLY, ActionBody: 'custom_payload'});viberButton.buttons = [replyButton]; Copy
const viberButton = new ViberButton();// Создание кнопки-ответаconst replyButton = new Button();replyButton.initBtn('Ответить', '', null, { ActionType: ViberButton.T_REPLY, ActionBody: 'custom_payload'});viberButton.buttons = [replyButton];
Тип кнопки для отправки ответа