Link Search Menu Expand Document

Constructor: webPageAttributeStickerSet

Back to constructors index

Contains info about a stickerset », for a webPage preview of a stickerset deep link » (the webPage will have a type of telegram_stickerset).

Attributes:

NameTypeRequiredDescription
emojisBoolOptionalWhether this i s a custom emoji stickerset.
text_colorBoolOptionalWhether the color of this TGS custom emoji stickerset should be changed to the text color when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context.
stickersArray of DocumentYesA subset of the stickerset in the stickerset.

Type: WebPageAttribute

Example:

$webPageAttributeStickerSet = ['_' => 'webPageAttributeStickerSet', 'emojis' => Bool, 'text_color' => Bool, 'stickers' => [Document, Document]];