Armando Lüscher
Armando Lüscher
Yes, you're right, should still be considered a command. Looking at a nice way to implement this, but it's not that easy I think 😕 The problem is the part...
Hi @akalongman I honestly don't understand why the big redesign on v1. I though that was the whole idea of v2, to leave v1 pretty much as is and build...
Thanks for your suggestion! I guess what you're suggesting is implemented by using the table prefix when setting up the MySQL database connection: ```php $table_prefix = 'customerN_'; $telegram->enableMySql($credentials, $table_prefix); ```...
Right, I see what you mean. But, (yes, of course there's a but :grin:) apart from reducing the table count, this change will need many code modifications, which I'm not...
Right, I fully understand that. Maybe you'd like to have a look at #613? That would have many extra benefits! > I do not insist further, if you do not...
As part of this whole issue, is to make the library less static (regarding `Request` and `DB` classes). Not sure how best to tackle that though. Using a proper ORM...
Ok! This was one of the things that you and @MBoretto said you'd implement as far as I remember, which is why I haven't really made a move on this....
Wow, this looks pretty cool, I'll have a closer look :+1: > Open to the world for anyone to send commands to your bot Just to let you know, there...
**EDIT:** Ignore my example below, the problem here is that an inline keyboard object can't be created with just a text element, as the validation that expects the `callback_data` (or...
Hi @grayTele, could you explain a bit more what the problem is please?