UNPKG

umbot

Version:

Universal bot(vk, telegram, viber) or skills for Yandex.Alisa, Маруся and sber

18 lines (17 loc) 388 B
export interface IViberButton { Columns?: number; Rows?: number; ActionType?: string; ActionBody?: string | null; Text?: string | null; TextSize?: string; TextVAlign?: string; TextHAlign?: string; Image?: string; } export interface IViberButtonObject { DefaultHeight: boolean; BgColor: string; Buttons: IViberButton[]; Type?: string; }