31 lines
454 B
Markdown
31 lines
454 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', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
sendMessageGamePlayAction={_='sendMessageGamePlayAction', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|