MadelineProtoDocs/docs/API_docs/constructors/webPageAttributeStickerSet.md
2024-05-01 14:53:46 +02:00

838 B

title description nav_exclude image
webPageAttributeStickerSet webPageAttributeStickerSet attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: webPageAttributeStickerSet

Back to constructors index

Attributes:

Name Type Required
emojis Bool Optional
text_color Bool Optional
stickers Array of Document Yes

Type: WebPageAttribute

Example:

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