muety / telegram-expense-bot

A bot that helps you manage and track your daily expenses.
59 stars 16 forks source link

Failing to list whole month because message too long #25

Closed muety closed 1 year ago

muety commented 1 year ago

When listing expenses for a whole month, I run in the the issue of Telegram API responding with Error: ETELEGRAM: 400 Bad Request: message is too long.

Apparently, message size limit is 4 kBytes.

Workaround would be to split the message up into multiple.