DK
DK
I think it's very useful feature. Waiting for this!
Just because I wanna do the things like ``` let keyboard = new InlineKeyboardMarkup([[ new InlineKeyboardButton('Play Game', null, null, null, null, new CallbackGame()) ]]); scope.api.sendGame(scope.chatId, config.gameShortName, { reply_markup: JSON.stringify(keyboard.toJSON()) })...
I'm pretty sure that all models should have such methods, so will be cool to extend some `BaseModel` or add mixins
This one may be closed, seems we have a table component already, right? @cobraz