Layer 220
constructor

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
Pm flags.0?true The chat export file was generated from a private chat.
Group flags.1?true The chat export file was generated from a group chat.
Title flags.2?string Title of the chat.

Gogram Example

// Creating MessagesHistoryImportParsed constructor
obj := &tg.MessagesHistoryImportParsed{

    // Optional fields:
    // Pm: true,
    // Group: true,
    // Title: "...",
}