Armando Lüscher
Armando Lüscher
https://github.com/php-telegram-bot/laravel
@wp-src Thanks for the idea! I like things that make it easier for the end user 👍 Your approach implies that the class and method name is added to the...
@sharkydog Ok, I see what you mean, but still they are different things 😁 Keep in mind, inline keyboards can be executed at any point! So lets say there is...
> I still don't think it's a great idea to call a bunch of callbacks for plain data. Absolutely agree with that. The current implementation is very basic and requires...
Thanks @asafov, this PR is a proof of concept and for sure the DB structure needs to be "clean" and nice before putting any more work into this 👍
Seems that having `chat_id` in multiple foreign keys is the problem here. There are other errors too after fixing the `edited_message` table foreign key which I'm busy trying to fix....
After lots of testing and checking, the problem are the foreign key definitions. Because we have certain tables that have multiple foreign keys with the same signature (i.e. using the...
Hi @EvgeniyUstim, please provide more information, thanks.
This is being worked on in #689
Hi @debo Thanks for the PR. As mentioned in the issue, this is a huge BC break and all code examples in the issues that have the namespace in them...