Link Search Menu Expand Document

Constructor: stickerKeyword

Back to constructors index

Keywords for a certain sticker

Attributes:

NameTypeRequiredDescription
document_idlongYesSticker ID
keywordArray of stringYesKeywords

Type: StickerKeyword

Example:

$stickerKeyword = ['_' => 'stickerKeyword', 'document_id' => long, 'keyword' => ['string', 'string']];