Update uploading/downloading

This commit is contained in:
2022-02-07 10:45:48 +03:00
parent 67fc4e2e3e
commit 861b197981
7 changed files with 190 additions and 665 deletions

View File

@@ -12,8 +12,8 @@ class BaseMeta(ormar.ModelMeta):
class UploadBackends(str, Enum):
aiogram = "aiogram"
telethon = "telethon"
bot = "bot"
user = "user"
class UploadedFile(ormar.Model):