Dan Mishin
Dan Mishin
Have generate inlineMenu from some json-array. Code: ``` var sectionTitles=[]; var layoutList=[]; for(data in someArray){ sectionTitles.push({ text: data, callback: (mes) => { console.log(data) } }) layoutList.push('1'); } tg.runInlineMenu(tgUser, 'sendMessage', 'Press...
I see the Sheet styles comments but can't find property where I can assign color of Sheet tab/lable/ Any ideas? for example: 