mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +00:00
Fix Document.date attribute being a tuple
Thanks Python...
This commit is contained in:
@@ -68,7 +68,7 @@ class Document(PyrogramType):
|
||||
self.file_name = file_name
|
||||
self.mime_type = mime_type
|
||||
self.file_size = file_size
|
||||
self.date = date,
|
||||
self.date = date
|
||||
self.thumbnails = thumbnails
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user