я добавлю перед кнопками {attachment: ''} но у меня пропадают кнопки а фото прикрепляется cmd.on(/^(?:привет)$/i, async (message, bot) => { message.sendSticker(50459) message.user.foolder += 1; await bot(`Раздел команд: команды`, { keyboard:JSON.stringify( { "inline": true, "buttons": [ [{ "action": { "type": "text", "payload": "{\"button\": \"2\"}", "label": "кнопка" }, "color": "primary" } ] ] }) }) });
cmd.on(/^(?:привет)$/i, async (message, bot) => { message.sendSticker(50459) message.user.foolder += 1; await bot(`Раздел команд: команды`, { attachment: 'photo-192023992_467239154', keyboard:JSON.stringify( { "inline": true, "buttons": [ [{ "action": { "type": "text", "payload": "{\"button\": \"2\"}", "label": "кнопка" }, "color": "primary" } ] ] }) }) });