Closed Konstantine-Nevzhunskyi closed 1 year ago
This is intended, telegram animated stickers are distributed in tgs format and must be displayed using the lottie library: https://core.telegram.org/api/stickers#animated-stickers
This is intended, telegram animated stickers are distributed in tgs format and must be displayed using the lottie library: https://core.telegram.org/api/stickers#animated-stickers
Thank you. But is there a way to work with media thumbnails?
As I understand, $MadelineProto->downloadToBrowser($info) does not work as expected, if $info contains information of animated sticker. It returns .tgs file. If there is no way to display it in browser compatible type (video/gif), is there a way to downloadToBrowser thumbnail of animated sticker? Searched in docs for methods to work with media thumbnails, but didn't found anything related.