Skip to main content

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

NameTypeRequiredDescription
PmboolThe chat export file was generated from a private chat.
GroupboolThe chat export file was generated from a group chat.
TitlestringTitle of the chat.

Returned by

References