Const
Readonly
Тип кнопки для шаринга телефона
const viberButton = new ViberButton();// Создание кнопки шаринга телефонаconst phoneButton = new Button();phoneButton.initBtn('Поделиться телефоном', '', null, { ActionType: ViberButton.T_SHARE_PHONE, ActionBody: 'phone_payload'});viberButton.buttons = [phoneButton]; Copy
const viberButton = new ViberButton();// Создание кнопки шаринга телефонаconst phoneButton = new Button();phoneButton.initBtn('Поделиться телефоном', '', null, { ActionType: ViberButton.T_SHARE_PHONE, ActionBody: 'phone_payload'});viberButton.buttons = [phoneButton];
Тип кнопки для шаринга телефона