1
0
mirror of https://github.com/fabianonline/telegram_backup.git synced 2024-12-26 14:45:34 +00:00

Update DownloadManager.kt

This commit is contained in:
Leijurv 2018-02-14 11:23:33 -08:00 committed by GitHub
parent ba233aa38d
commit de1bad95da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,6 +111,7 @@ class DownloadManager(internal var client: TelegramClient?, p: DownloadProgressI
System.out.println("Downloading most recent dialogs... ")
var max_message_id = 0
val dialogs = client!!.messagesGetDialogs(
true,
0,
0,
TLInputPeerEmpty(),