mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:27:20 +01:00
18 lines
371 B
Markdown
18 lines
371 B
Markdown
|
## Constructor: messageActionGameScore
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|game\_id|[long](../types/long.md) | Required|
|
||
|
|score|[int](../types/int.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [MessageAction](../types/MessageAction.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$messageActionGameScore = ['game_id' => long, 'score' => int, ];
|
||
|
```
|