example-bot icon indicating copy to clipboard operation
example-bot copied to clipboard

[WIP] An A-Z example of a PHP Telegram Bot.

Results 10 example-bot issues
Sort by recently updated
recently updated
newest added

Hello, first of all, thank you for the good example as a base for devs. I'm trying to use _newchatmembers_ and _leftchatmember_ commands. I assigned my bot as admin for...

PR to support the suggestion made [here](https://github.com/php-telegram-bot/core/pull/1077) of changing the core library namespace.

Good afternoon, I beg you to help me, is it possible to somehow attach the code to the button, I'm new to php and according to your guide I can't...

I instantiate Redis in CallbackqueryCommand and want to write the data of CallbackqueryCommand into the list. But I don't know what went wrong

Guys sorry for my english, I'm Brazilian. I'm having trouble making the callback return display the text normally with other Inlinekeyboards, but I can only display it in an alert...

Hello, I'm trying to test cron.php but I can't get it to work. I see that, according to the line 35 comment 'Check `hook.php` for configuration code to be added...

Is it possible to start a conservation by pressing a InlineKeyboardButton (handle new Conversation() in CallbackqueryCommand.php)?

It is more question than issue. You have named action 'genericmessage' in Group/GenericmessageCommand.php and in Message/GenericmessageCommand.php. When execute() apply only one method will action. Is it something i didn't understand...

i am working on expense manager bot , i already have laravel website for this , i want to control my databse with bot commands, for example to add record...