Documentation - v0.27.1
    Preparing search index...

    Class RepliedMessageInfo

    Information about a message that this message is a reply to

    Index

    Constructors

    Properties

    _peers: PeersIndex

    Accessors

    • get quoteOffset(): number | null

      Offset of the start of the quoteText in the replied-to message.

      Note that this offset should only be used as a hint, as the actual quote offset may be different due to message being edited after the quote

      null if not available, in which case it should be assumed that the quote starts at .indexOf(quoteText) of the replied-to message text.

      Returns number | null

    Methods