Layer 224
StarGiftAttributeRarity
Abstract type representing one of 5 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.StarGiftAttributeRarity interface.
Use any of the following constructors:
StarGiftAttributeRarity
Layer 223 1 – Base layer 2 – New userpic notifications 3 – Send message can trigger link change 4 –
StarGiftAttributeRarityUncommon
Layer 223 1 – Base layer 2 – New userpic notifications 3 – Send message can trigger link change 4 –
StarGiftAttributeRarityEpic
Layer 223 1 – Base layer 2 – New userpic notifications 3 – Send message can trigger link change 4 –
StarGiftAttributeRarityRare
Layer 223 1 – Base layer 2 – New userpic notifications 3 – Send message can trigger link change 4 –
StarGiftAttributeRarityLegendary
Layer 223 1 – Base layer 2 – New userpic notifications 3 – Send message can trigger link change 4 –
Gogram Example
// StarGiftAttributeRarity is an interface type // You can use any of the following constructors: var _ tg.StarGiftAttributeRarity = &tg.StarGiftAttributeRarity{} var _ tg.StarGiftAttributeRarity = &tg.StarGiftAttributeRarityUncommon{} var _ tg.StarGiftAttributeRarity = &tg.StarGiftAttributeRarityEpic{} var _ tg.StarGiftAttributeRarity = &tg.StarGiftAttributeRarityRare{} var _ tg.StarGiftAttributeRarity = &tg.StarGiftAttributeRarityLegendary{}