MadelineProtoDocs/docs/TD_docs/constructors/updateRecentStickers.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
736 B
Markdown

---
title: updateRecentStickers
description: List of recently used stickers was updated
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateRecentStickers
[Back to constructors index](index.md)
List of recently used stickers was updated
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|is\_attached|[Bool](../types/Bool.md) | Yes|True, if the list of stickers attached to photo or video files was updated, otherwise the list of sent stickers is updated|
|sticker\_ids|Array of [int](../types/int.md) | Yes|New list of file identifiers of recently used stickers|
### Type: [Update](../types/Update.md)