Skip to content

Commit ff17e02

Browse files
committed
Updated PyroSession.to_file with user_id
1 parent 73684a0 commit ff17e02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TGConvertor/manager.py

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def pyrogram(self) -> PyroSession:
213213
dc_id=self.dc_id,
214214
auth_key=self.auth_key,
215215
user_id=self.user_id,
216+
api_id=self.api['api_id']
216217
)
217218

218219
@property

0 commit comments

Comments
 (0)