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.
type tg.MessagesHistoryImportParsed struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Pm | bool | — | The chat export file was generated from a private chat. |
Group | bool | — | The chat export file was generated from a group chat. |
Title | string | — | Title of the chat. |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
messages.historyImportParsed#5e0fb7b9