Const
Readonly
Тип кнопки для открытия URL в браузере Viber.
import { ViberButton } from 'umbot/plugins';controller.buttons.addLink('Открыть сайт', 'https://example.com', '', { ActionType: ViberButton.T_OPEN_URL,}); Copy
import { ViberButton } from 'umbot/plugins';controller.buttons.addLink('Открыть сайт', 'https://example.com', '', { ActionType: ViberButton.T_OPEN_URL,});
Тип кнопки для открытия URL в браузере Viber.