MadelineProtoDocs/docs/API_docs/constructors/messages.historyImportParsed.md
2024-05-01 14:53:46 +02:00

1.3 KiB

title description nav_exclude image redirect_from
messages.historyImportParsed Contains information about a chat export file generated by a foreign chat app, click here for more info. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/messages_historyImportParsed.html

Constructor: messages.historyImportParsed

Back to constructors index

Contains information about a chat export file generated by a foreign chat app, click here for more info.
If neither the pm or group flags are set, the specified chat export was generated from a chat of unknown type.

Attributes:

Name Type Required Description
pm Bool Optional The chat export file was generated from a private chat.
group Bool Optional The chat export file was generated from a group chat.
title string Optional Title of the chat.

Type: messages.HistoryImportParsed

Example:

$messages_historyImportParsed = ['_' => 'messages.historyImportParsed', 'pm' => Bool, 'group' => Bool, 'title' => 'string'];