yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.12k stars 1.49k forks source link

full screen #1168

Closed Vo0oX closed 2 months ago

Vo0oX commented 5 months ago

bot.sendMessage(chatId, 'Онлайн запись Harley Barbershop',{reply_markup: { inline_keyboard: [ [ { text: "Записаться", web_app: { url: url

                        },
                    },
                ],
            ],
    }})

            Now my app opens in half the screen

IMAGE 2024-01-29 11:32:11

How can I make it open in full screen at once?

IMAGE 2024-01-29 11:32:09

khacpv commented 3 months ago

import <script src='https://telegram.org/js/telegram-web-app.js'></script> into ` then call this function to expand window:

window.Telegram.WebApp.expand();