mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
760 B
760 B
title | description | nav_exclude | image |
---|---|---|---|
stickerKeyword | Keywords for a certain sticker | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: stickerKeyword
Keywords for a certain sticker
Attributes:
Name | Type | Required | Description |
---|---|---|---|
document_id | long | Yes | Sticker ID |
keyword | Array of string | Yes | Keywords |
Type: StickerKeyword
Example:
$stickerKeyword = ['_' => 'stickerKeyword', 'document_id' => long, 'keyword' => ['string', 'string']];