1
0
mirror of https://github.com/fabianonline/telegram_backup.git synced 2025-07-04 06:06:24 +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

View File

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