Cryptocurrency donations for bots, groups and channels
Show a button for sending quick donations to maintainers of bots, groups or channels using cryptocurrency. This could use either an established cryptocurrency like Bitcoin, Etherium, EOS, etc. – or some…
I'd like to see Telegram treat images uniformly rather than this weird situation where webp images are considered stickers. The specific format of the the image isn't really relevant to the user viewing it.
I got "wrongful stickers" as recent as last week. I don't know all the details, the sender was able to work around that by using "another of" drag&drop/copy&paste/screenshot/saving to a temporary file.
This is a big step forward towards implementing this suggestion. However, only to the extent of what is possible in the apps (on the client side). Nothing's changed on the server side:
➊ WebP images are still not possible on the server side. Hence every WebP has to be recompressed to JPEG if sent “as an image”. Almost every advantage of a newer format (WebP), such as its better quality-to-filesize ratio, is thus lost. (The only exception is perhaps the results of luma-weighed chroma subsampling performed by libsharpyuv, these are not lost.)
➋ WebP files are still treated as stickers if possible. Hence there is still no choice to send your WebP “as a sticker” or “as a file”. (Unless recompressed to JPEG, the WebP file will always become a sticker in Telegram if not larger than 2 megabytes and not larger than 6553600 pixels.)
➌ Telegraph (the site, not the Graph Messenger) still does not accept WebP uploads, reports an error (“Invalid file format”).
➍ AFAIK there's not much progress in WebP support elsewhere (in avatars, on Instant View pages, in preview areas under messages hyperlinked to external WebP files or to WebP-featuring web pages, in the results of external-URL-to-embed transformations on Telegraph pages, etc.).
Some of the necessary server-side changes might seem as simple as the whitelisting of the WebP format and of the “.webp” extension. (After all, one possible workaround for external-URL-to-embed transformations on Telegraph pages is to rename WebP files to “whatever.jpg” or “whatever.gif” because it apparently is sufficient to work around Telegram's blacklist of extensions. For example, try pasting the URL of https://take-me-to.space/WFHELqi.gif on a blank line and then hitting “Enter”.)
On the other hand, in addition to WebP, these changes will pave the road to support of even newer formats (AVIF images, JPEG XL stickers, etc.) in the future.