Temp: Removed animation support

This commit is contained in:
2023-06-27 20:04:03 +02:00
parent 39b9c365fb
commit f0cad86dd6
4 changed files with 33 additions and 37 deletions

View File

@@ -4,5 +4,5 @@ from enum import Enum
class SubmissionType(Enum):
DOCUMENT = "document"
VIDEO = "video"
ANIMATION = "animation"
# ANIMATION = "animation"
PHOTO = "photo"