StarGiftAttributeRarity

class pyrogram.raw.base.StarGiftAttributeRarity
Constructors:

This base type has 5 constructors available.

StarGiftAttributeRarity

{schema}

StarGiftAttributeRarityEpic

{schema}

StarGiftAttributeRarityLegendary

{schema}

StarGiftAttributeRarityRare

{schema}

StarGiftAttributeRarityUncommon

{schema}

TL Schema

starGiftAttributeRarity#36437737
permille:int

= StarGiftAttributeRarity

Parameter Tree

StarGiftAttributeRarity
└── permilleint

Example

StarGiftAttributeRarity(
    permille=0,
)