Documentation - v0.32.0
    Preparing search index...

    A dialog.

    Think of it as something that is listed in Telegram's main window.

    Index

    Constructors

    Properties

    _messages: Map<number, TypeMessage>
    _peers: PeersIndex

    Accessors

    • get isMuted(): boolean | null

      Whether this dialog is muted.

      Accounts for both the silent flag and the muteUntil timestamp (a peer muted until a future date is considered muted).

      If null, the default account-level setting should be used.

      Returns boolean | null

    Methods