mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 14:07:23 +01:00
20 lines
350 B
Markdown
20 lines
350 B
Markdown
---
|
|
title: sendMessageGamePlayAction
|
|
description: sendMessageGamePlayAction attributes, type and example
|
|
---
|
|
## Constructor: sendMessageGamePlayAction
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$sendMessageGamePlayAction = ['_' => sendMessageGamePlayAction', ];
|
|
``` |