Const
Readonly
Тип кнопки для открытия URL
const viberButton = new ViberButton();// Создание кнопки-ссылкиconst linkButton = new Button();linkButton.initBtn('Открыть сайт', 'https://example.com', null, { ActionType: ViberButton.T_OPEN_URL, ActionBody: 'https://example.com'});viberButton.buttons = [linkButton]; Copy
const viberButton = new ViberButton();// Создание кнопки-ссылкиconst linkButton = new Button();linkButton.initBtn('Открыть сайт', 'https://example.com', null, { ActionType: ViberButton.T_OPEN_URL, ActionBody: 'https://example.com'});viberButton.buttons = [linkButton];
Тип кнопки для открытия URL