Raw.messages.CheckHistoryImport
Obtains information about a chat export file, generated by a foreign chat app, click here for more info about imported chats.
messages.checkHistoryImport#43fe19f3 import_head:string = messages.HistoryImportParsed;
export namespace Raw {
export namespace messages {
export class CheckHistoryImport {
constructor(params: { importHead: string }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x43fe19f3
Property
importHead
: stringBeginning of the message file; up to 100 lines.