Raw.messages.CheckHistoryImport

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 : string

    Beginning of the message file; up to 100 lines.

Results

Raw.messages.TypeHistoryImportParsed