Constructor: messages.historyImportParsed
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'];