jh0ker / mau_mau_bot

Telegram Bot that allows you to play Mau Mau (UNO) via inline queries
GNU Affero General Public License v3.0
312 stars 231 forks source link

Fix #55 #56

Open xlf1024 opened 6 years ago

xlf1024 commented 6 years ago

Fixes #55 by applying pagination to the results, using the offset and next_offset API parameters.

xlf1024 commented 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).