diff options
| author | levlam <levlam@telegram.org> | 2022-01-25 14:58:04 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-01-25 14:58:04 +0300 |
| commit | d6bb83dc0e4e6f7036abd0d5996b33db285dfa22 (patch) | |
| tree | d3b1fbed72f299c1e1a11c876c45455b94d27c89 /td/telegram/Photo.h | |
| parent | 0d2b1c2072b7d90756c0fe142e9c33d27cfbf0cc (diff) | |
Support WEBM stickers.
Diffstat (limited to 'td/telegram/Photo.h')
| -rw-r--r-- | td/telegram/Photo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/Photo.h b/td/telegram/Photo.h index 65264fadb..e4c6d181e 100644 --- a/td/telegram/Photo.h +++ b/td/telegram/Photo.h @@ -107,7 +107,7 @@ bool operator!=(const DialogPhoto &lhs, const DialogPhoto &rhs); StringBuilder &operator<<(StringBuilder &string_builder, const DialogPhoto &dialog_photo); -enum class PhotoFormat : int32 { Jpeg, Png, Webp, Gif, Tgs, Mpeg4 }; +enum class PhotoFormat : int32 { Jpeg, Png, Webp, Gif, Tgs, Mpeg4, Webm }; PhotoSize get_secret_thumbnail_photo_size(FileManager *file_manager, BufferSlice bytes, DialogId owner_dialog_id, int32 width, int32 height); |
