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:
@ -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(),
|
||||||
|
Reference in New Issue
Block a user