MadelineProto/docs/API_docs/constructors/messages_highScores.md

18 lines
417 B
Markdown

## Constructor: messages\_highScores
### 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 = ['scores' => [HighScore], 'users' => [User], ];
```