Layer 224
WebPageAttribute
Abstract type representing one of 6 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.WebPageAttribute interface.
Use any of the following constructors:
WebPageAttributeStickerSet
Contains info about a stickerset, for a web Page preview of a stickerset deep link (the web Page
WebPageAttributeTheme
Page theme
WebPageAttributeUniqueStarGift
Contains info about collectible gift for a web Page preview of a collectible gift (the web Page wi
WebPageAttributeStory
Webpage preview of a Telegram story
WebPageAttributeStarGiftCollection
Contains info about a gift collection for a web Page preview of a gift collection (the web Page wi
WebPageAttributeStarGiftAuction
Layer 223 1 – Base layer 2 – New userpic notifications 3 – Send message can trigger link change 4 –
Gogram Example
// WebPageAttribute is an interface type // You can use any of the following constructors: var _ tg.WebPageAttribute = &tg.WebPageAttributeStickerSet{} var _ tg.WebPageAttribute = &tg.WebPageAttributeTheme{} var _ tg.WebPageAttribute = &tg.WebPageAttributeUniqueStarGift{} var _ tg.WebPageAttribute = &tg.WebPageAttributeStory{} var _ tg.WebPageAttribute = &tg.WebPageAttributeStarGiftCollection{} // ... and 1 more constructors