aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/Photo.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-01-25 14:58:04 +0300
committerlevlam <levlam@telegram.org>2022-01-25 14:58:04 +0300
commitd6bb83dc0e4e6f7036abd0d5996b33db285dfa22 (patch)
treed3b1fbed72f299c1e1a11c876c45455b94d27c89 /td/telegram/Photo.h
parent0d2b1c2072b7d90756c0fe142e9c33d27cfbf0cc (diff)
Support WEBM stickers.
Diffstat (limited to 'td/telegram/Photo.h')
-rw-r--r--td/telegram/Photo.h2
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);