TelegramBotBundle icon indicating copy to clipboard operation
TelegramBotBundle copied to clipboard

[Feature Request] Inline Keyboard Pagination

Open MyZik opened this issue 5 years ago • 2 comments

I think it can be really helpful, if we have a lot of records in the database...

MyZik avatar Oct 23 '20 14:10 MyZik

There is one in example project. I'm not sure it fits the bundle as implementation may be too subjective (e.g. different data sources). I'll try to implement more generic version in the example project and then port it here if it goes well

BoShurik avatar Oct 23 '20 14:10 BoShurik

@MyZik check PostCommand IMO, with #35 improvements there is no problems to implement it by self. Main feature is InlineKeyboardMarkupFactory and more likely it will be overwritten WDYT?

BoShurik avatar Oct 28 '20 18:10 BoShurik