Layer 227
WebPageAttribute
Abstract type representing one of 7 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.WebPageAttribute interface.
Use any of the following constructors:
WebPageAttributeAiComposeTone
Webpage attribute attached to a web Page of type telegram_aicomposetone, generated when previewing a
WebPageAttributeStarGiftAuction
Contains info about a collectible gift auction for a web Page preview of an auction (the web Page
WebPageAttributeStarGiftCollection
Contains info about a gift collection for a web Page preview of a gift collection (the web Page wi
WebPageAttributeStickerSet
Contains info about a stickerset, for a web Page preview of a stickerset deep link (the web Page
WebPageAttributeStory
Webpage preview of a Telegram story
WebPageAttributeTheme
Page theme
WebPageAttributeUniqueStarGift
Contains info about collectible gift for a web Page preview of a collectible gift (the web Page wi
Gogram Example
// WebPageAttribute is an interface type // You can use any of the following constructors: var _ tg.WebPageAttribute = &tg.WebPageAttributeAiComposeTone{} var _ tg.WebPageAttribute = &tg.WebPageAttributeStarGiftAuction{} var _ tg.WebPageAttribute = &tg.WebPageAttributeStarGiftCollection{} var _ tg.WebPageAttribute = &tg.WebPageAttributeStickerSet{} var _ tg.WebPageAttribute = &tg.WebPageAttributeStory{} // ... and 2 more constructors