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.
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.
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
├── pm →
true (optional)├── group →
true (optional)└── title →
string (optional)Example
HistoryImportParsed(
pm=None,
group=None,
title="text",
)