MadelineProto/old_docs/API_docs_v45/constructors/messages_stickers.md

28 lines
568 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: messages.stickers
description: messages_stickers attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: messages.stickers
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|hash|[string](../types/string.md) | Required|
|stickers|Array of [Document](../types/Document.md) | Required|
### Type: [messages\_Stickers](../types/messages_Stickers.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$messages_stickers = ['_' => 'messages.stickers', 'hash' => string, 'stickers' => [Vector t], ];
```