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

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

Back to constructors index

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']];