Add visible_in_picker to description of Emoji (#658)

This commit is contained in:
zyanai 2018-08-10 00:51:47 +03:00 committed by Eugen Rochko
parent fad398fa5b
commit 611c049206
1 changed files with 6 additions and 5 deletions

View File

@ -930,11 +930,12 @@ May contain `small` and `original` (referring to the preview and the original fi
### Emoji
| Attribute | Description | Nullable |
|--------------------------|------------------------------------|----------|
| `shortcode` | The shortcode of the emoji | no |
| `static_url` | URL to the emoji static image | no |
| `url` | URL to the emoji image | no |
| Attribute | Description | Nullable |
|--------------------------|----------------------------------------------------------|----------|
| `shortcode` | The shortcode of the emoji | no |
| `static_url` | URL to the emoji static image | no |
| `url` | URL to the emoji image | no |
| `visible_in_picker` | Boolean that indicates if the emoji is visible in picker | no |
### Error