capabilities: mark lottie and webm as allowed sticker formats
This commit is contained in:
@@ -145,9 +145,9 @@ var fileCaps = event.FileFeatureMap{
|
||||
// These are converted to webp
|
||||
"image/jpeg": event.CapLevelPartialSupport,
|
||||
"image/png": event.CapLevelPartialSupport,
|
||||
// TODO
|
||||
//"video/lottie+json": event.CapLevelFullySupported,
|
||||
//"video/webm": event.CapLevelFullySupported,
|
||||
// These will only go through if they're from an imported Telegram pack
|
||||
"video/lottie+json": event.CapLevelPartialSupport,
|
||||
"video/webm": event.CapLevelPartialSupport,
|
||||
},
|
||||
},
|
||||
event.CapMsgVoice: {
|
||||
|
||||
Reference in New Issue
Block a user