Link Search Menu Expand Document

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:

NameTypeRequiredDescription
pmBoolOptionalThe chat export file was generated from a private chat.
groupBoolOptionalThe chat export file was generated from a group chat.
titlestringOptionalTitle of the chat.

Type: messages.HistoryImportParsed

Example:

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