mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-26 00:54:57 -04:00
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: str = data['_id']
|
||||
self.id: int = data['_id']
|
||||
self.tag: str = data['tag']
|
||||
self.size: int = data['size']
|
||||
self.filename: str = data['filename']
|
||||
|
||||
Reference in New Issue
Block a user