MadelineProtoDocs/docs/API_docs/constructors/stickerKeyword.md

31 lines
760 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "stickerKeyword"
description: "Keywords for a certain sticker"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: stickerKeyword
[Back to constructors index](/API_docs/constructors/index.html)
Keywords for a certain sticker
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|document\_id|[long](/API_docs/types/long.html) | Yes|Sticker ID|
|keyword|Array of [string](/API_docs/types/string.html) | Yes|Keywords|
### Type: [StickerKeyword](/API_docs/types/StickerKeyword.html)
### Example:
```
$stickerKeyword = ['_' => 'stickerKeyword', 'document_id' => long, 'keyword' => ['string', 'string']];
```