Dan Mishin

Results 2 issues of 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: ![Снимок экрана 2019-03-22 в 1 41 21](https://user-images.githubusercontent.com/3946629/54783610-a407b880-4c43-11e9-9468-dec90cb5c3d7.png)

enhancement