Constructor: webPageAttributeStickerSet
Contains info about a stickerset », for a webPage preview of a stickerset deep link » (the webPage will have a type
of telegram_stickerset
).
Attributes:
Name | Type | Required | Description |
---|---|---|---|
emojis | Bool | Optional | Whether this i s a custom emoji stickerset. |
text_color | Bool | Optional | Whether 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. |
stickers | Array of Document | Yes | A subset of the stickerset in the stickerset. |
Type: WebPageAttribute
Example:
$webPageAttributeStickerSet = ['_' => 'webPageAttributeStickerSet', 'emojis' => Bool, 'text_color' => Bool, 'stickers' => [Document, Document]];