caravelahc / pico-bot

Gerador de stickers de mensagens do Telegram
15 stars 5 forks source link

Error when user has no profile picture #6

Closed diogojs closed 3 years ago

diogojs commented 5 years ago

If msg's author has no profile picture, bot should create an avatar with its initial.

alexandremj commented 5 years ago

Located where the issue happens in the code (handlers.py:135, instead of generating the avatar currently just notifies an error on downloading the photo and aborts the operation)

Does anyone know what are the background color rules for the avatar generated by Telegram?

diogojs commented 3 years ago

Fixed at PR #19