node-telegram-bot-api
node-telegram-bot-api copied to clipboard
full screen
bot.sendMessage(chatId, 'Онлайн запись Harley Barbershop',{reply_markup: { inline_keyboard: [ [ { text: "Записаться", web_app: { url: url
},
},
],
],
}})
Now my app opens in half the screen
How can I make it open in full screen at once?
import <script src='https://telegram.org/js/telegram-web-app.js'></script>
into `
window.Telegram.WebApp.expand();
window.Telegram.WebApp.expand();
helo when using next js, can you know to solve ?