MadelineProto/docs/API_docs/constructors/messages_highScores.md
2017-01-19 23:02:27 +01:00

28 lines
591 B
Markdown

---
title: messages.highScores
description: messages_highScores attributes, type and example
---
## Constructor: messages.highScores
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|scores|Array of [HighScore](../types/HighScore.md) | Required|
|users|Array of [User](../types/User.md) | Required|
### Type: [messages\_HighScores](../types/messages_HighScores.md)
### Example:
```
$messages_highScores = ['_' => 'messages.highScores', 'scores' => [Vector t], 'users' => [Vector t], ];
```