Top "Php-telegram-bot" questions

The telegram Bots are applications that can be used via telegram chat, the interaction is via Messages.

how to create link in telegram bot

I am designing a telegram bot. I want to show some links e.g. 1- wkpviana 2- vianahosting that when …

php telegram-bot php-telegram-bot
Upload file on Telegram with bot

I want to send file from URL to user with Telegram Bots, My files extension in .attheme but I can't …

telegram telegram-bot php-telegram-bot telegram-webhook
How to create inline buttons in PHP Bot Telegram

I must program in php due to company needs... but I am working with php for first time... and it's …

php telegram-bot php-telegram-bot
Telegram Bot: How to get callback_data value?

I have a simple bot in Telegram. My "/select" command displays two buttons and each button has its own value. …

telegram telegram-bot php-telegram-bot
How to send big files from URL to Telegram bot?

I have some big size files (in MP4 and Zip formats) and I want to send them to my chat …

php telegram telegram-bot php-telegram-bot
How can I get a list of all messages in Telegram group via the Bot API?

I have a bot in Telegram, which query can I get a list of all messages in a group or …

telegram telegram-bot php-telegram-bot
Sending animated GIFs with sendPhoto (Telegram bot)

I'm trying to send an animated GIF with sendPhoto (Telegram's Bot API) with this request: https://api.telegram.org/bot&…

telegram telegram-bot php-telegram-bot
Telegram Bot Inline Keyboard not displaying PHP

The following code works, it adds custom keyboard keys 'Button1' and 'Button2' $keyboard = [ 'keyboard' => [['Button1'],['Button2…

php telegram telegram-bot php-telegram-bot
Telegram bots read channel updates

As telegram bots reads groups updates, is there any way to read channel updates also?

telegram telegram-bot php-telegram-bot