Documentation - v0.27.1
    Preparing search index...

    Information about the value of a star gift

    Index

    Constructors

    Accessors

    • get lastSale(): { date: Date; fragment: boolean; price: Long } | null

      Information about the last sale of the gift on the secondary market (Telegram and Fragment)

      Returns { date: Date; fragment: boolean; price: Long } | null

      • { date: Date; fragment: boolean; price: Long }
        • date: Date

          Date when the last such gift was sold

        • fragment: boolean

          Whether the sale was made on Fragment

        • price: Long

          Price of the gift in currency at the time of the sale

      • null