MessageActionGiftStars#
- class pyrogram.raw.types.MessageActionGiftStars#
You gifted or were gifted some Telegram Stars. This service message should be displayed below the appropriate sticker from the inputStickerSetPremiumGifts stickerset:
If stars <= 1000, choose the sticker with emoji equal to “”If stars < 2500, choose the sticker with emoji equal to “”Otherwise, choose the sticker with emoji equal to “”Constructor of
MessageAction.- Details:
Layer:
225ID:
45D5B021
- Parameters:
currency (
str) – Three-letter ISO 4217 currency codeamount (
int64-bit) – Price of the gift in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies).stars (
int64-bit) – Amount of gifted starscrypto_currency (
str, optional) – If the gift was bought using a cryptocurrency, the cryptocurrency name.crypto_amount (
int64-bit, optional) – If the gift was bought using a cryptocurrency, price of the gift in the smallest units of a cryptocurrency.transaction_id (
str, optional) – Identifier of the transaction, only visible to the receiver of the gift.