2017-01-25 23:16:22 +01:00
|
|
|
---
|
|
|
|
title: sendMessageGamePlayAction
|
|
|
|
description: sendMessageGamePlayAction attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: sendMessageGamePlayAction
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-05-18 12:12:33 +02:00
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-01-25 23:16:22 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$sendMessageGamePlayAction = ['_' => 'sendMessageGamePlayAction', ];
|
|
|
|
```
|
|
|
|
|
2017-03-11 19:54:51 +01:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
sendMessageGamePlayAction={_='sendMessageGamePlayAction', }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|