StarGiftAttributeRarity

class pyrogram.raw.types.StarGiftAttributeRarity

{schema}

Constructor of StarGiftAttributeRarity.

Details:
  • Layer: 223

  • ID: 36437737

Parameters:

permille (int 32-bit)

TL Schema

starGiftAttributeRarity#36437737
permille:int

= StarGiftAttributeRarity

Parameter Tree

StarGiftAttributeRarity
└── permilleint

Example

StarGiftAttributeRarity(
    permille=0,
)