Finally fixed media groups

This commit is contained in:
2024-02-13 23:08:29 +03:00
parent 02bd67e34a
commit d181e5ac33
9 changed files with 57 additions and 28 deletions

View File

@@ -33,4 +33,3 @@ class Image(ApiMethod):
data = await response.json()
if 'statusCode' in data:
raise Exception(data['message'])
return data['created']