haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.MessageFileType

Synopsis

Documentation

data MessageFileType Source #

Contains information about a file with messages exported from another app

Constructors

MessageFileTypePrivate

The messages were exported from a private chat

Fields

  • name :: Maybe Text

    Name of the other party; may be empty if unrecognized

MessageFileTypeGroup

The messages were exported from a group chat

Fields

  • title :: Maybe Text

    Title of the group chat; may be empty if unrecognized

MessageFileTypeUnknown

The messages were exported from a chat of unknown type