daskol / typst-telegram-bot

Render math expression with typst markup language in Telegram
https://t.me/TypstBot
MIT License
6 stars 1 forks source link

Report user on exceeded photo size limit #3

Closed daskol closed 11 months ago

daskol commented 11 months ago

According to Telegram Bot API a photo should comply some requirements.

  1. Photo is not larger than 10Mb.
  2. Aspect ratio is not greater than 20.
  3. Sum of width and height does not exceed 10000 pixels.

We should inform user if this requirements were violated.

future: <Task finished name='Task-27213' coro=<Dispatcher._process_polling_updates() done, defined at /usr/lib/python3.11/site-packages/aiogram/dispatcher/dispatcher.py:407> exception=PhotoDimensions('Photo_invalid_dimensions')>
Traceback (most recent call last):
  ...
  File "/usr/lib/python3.11/site-packages/aiogram/utils/exceptions.py", line 140, in detect
    raise err(cls.text or description)
aiogram.utils.exceptions.PhotoDimensions: Photo_invalid_dimensions