payments.UniqueStarGiftValueInfo#
- class pyrogram.raw.types.payments.UniqueStarGiftValueInfo#
Information about the value of a collectible gift .
Constructor of
UniqueStarGiftValueInfo.- Details:
Layer:
220ID:
512FE446
- Parameters:
currency (
str) – Three-letter ISO 4217 currency code (a localized fiat currency used to represent prices and price estimations in this constructor).value (
int64-bit) – Estimated value of the gift, in the smallest unit of the currency specified in currency.initial_sale_date (
int32-bit) – Initial purchase date of the gift.initial_sale_stars (
int64-bit) – Initial purchase price in Stars.initial_sale_price (
int64-bit) – Initial purchase price in the smallest unit of the currency specified in currency (automatically converted from initial_sale_stars).last_sale_on_fragment (
bool, optional) – If set, the last sale was completed on Fragment.value_is_average (
bool, optional) – If set, the value is calculated from the average value of sold gifts of the same type. Otherwise, it is based on the sale price of the gift.last_sale_date (
int32-bit, optional) – Last resale date of the gift.last_sale_price (
int64-bit, optional) – Last resale price, in the smallest unit of the currency specified in currency.floor_price (
int64-bit, optional) – The current minimum price of collectible gifts of the same type, in the smallest unit of the currency specified in currency.average_price (
int64-bit, optional) – The current average sale price of collectible gifts of the same type, in the smallest unit of the currency specified in currency.listed_count (
int32-bit, optional) – Number of gifts of the same type currently being resold on Telegram.fragment_listed_count (
int32-bit, optional) – Number of gifts of the same type currently being resold on fragment.fragment_listed_url (
str, optional) – Fragment link to the listing of gifts of the same type currently being resold on fragment.
- Functions:
This object can be returned by 1 function.
Get information about the value of a collectible gift .