xtrime-ru / TelegramApiServer

Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server
https://tg.i-c-a.su
MIT License
575 stars 129 forks source link

method sendMedia sends webp pictures as stickers and not as pictures #92

Open Diden05 opened 2 years ago

Diden05 commented 2 years ago

Почему то метод sendMedia отправляет картинки с mime image/webp как стикеры, а не как картинки, т.е. на телефон приходит пережатая картинка, это проблема телеграма вообще или метода в частности?

For some reason, the sendMedia method sends pictures with mime image/webp as stickers, and not as pictures, i.e. a compressed picture comes to the phone, is it a telegram problem in general or a method in particular?

xtrime-ru commented 2 years ago

Sounds like attributes/parameters issue. Check docs:

Try to send this file in desktop client. If its ok, then its not telegram issue.