2017-01-25 23:16:22 +01:00
|
|
|
---
|
|
|
|
title: updateRecentStickers
|
|
|
|
description: updateRecentStickers attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: updateRecentStickers
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$updateRecentStickers = ['_' => 'updateRecentStickers', ];
|
|
|
|
```
|
|
|
|
|
2017-03-11 19:54:51 +01:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
updateRecentStickers={_='updateRecentStickers', }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|