Added audio support for spoilers

This commit is contained in:
2023-01-10 12:11:29 +01:00
parent b67b1daf7c
commit 00a408ac6c
4 changed files with 16 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
"description",
"photo",
"video",
"audio",
"animation",
"document",
"caption",
@@ -38,6 +39,10 @@
"bsonType": ["string", "null"],
"description": "Spoilered video"
},
"audio": {
"bsonType": ["string", "null"],
"description": "Spoilered audio"
},
"animation": {
"bsonType": ["string", "null"],
"description": "Spoilered animation/GIF"