mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
838 B
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
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]];