mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-25 08:25:28 -04:00
Revert: test CI
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ class Asset(Ulid):
|
||||
def __init__(self, data: FilePayload, state: State):
|
||||
self.state: State = state
|
||||
|
||||
self.id: int = data['_id']
|
||||
self.id: str = data['_id']
|
||||
self.tag: str = data['tag']
|
||||
self.size: int = data['size']
|
||||
self.filename: str = data['filename']
|
||||
|
||||
Reference in New Issue
Block a user