Open xlf1024 opened 6 years ago
Tested with Telegram Desktop and Telegram Web as clients:
Desktop: works as expected, even with 49+ cards.
Web: Only the first "page" is loaded, thus any subsequent cards and the question mark aren't available. This is due to https://github.com/zhukov/webogram/issues/1550 . and thus not fixable by this bot. Anyways, this is already an improvement, as before, no cards were displayed (see #55).
Fixes #55 by applying pagination to the results, using the
offset
andnext_offset
API parameters.