messages.HistoryImportParsed

class pyrogram.raw.base.messages.HistoryImportParsed

Contains information about a chat export file, generated by a foreign chat app.

Constructors:

This base type has 1 constructor available.

messages.HistoryImportParsed

Contains information about a chat export file generated by a foreign chat app, click here for more info.

Functions:

This object can be returned by 1 function.

messages.CheckHistoryImport

Obtains information about a chat export file, generated by a foreign chat app, click here for more info about imported chats ».

TL Schema

messages.historyImportParsed#5e0fb7b9
flags:#
pm:flags.0?true
group:flags.1?true
title:flags.2?string

= messages.HistoryImportParsed

Parameter Tree

HistoryImportParsed
├── pmtrue (optional)
├── grouptrue (optional)
└── titlestring (optional)

Example

HistoryImportParsed(
    pm=None,
    group=None,
    title="text",
)