37 lines
609 B
Markdown
37 lines
609 B
Markdown
---
|
|
title: sendMessageStartPlayGameAction
|
|
description: User starts to play a game
|
|
---
|
|
## Constructor: sendMessageStartPlayGameAction
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
User starts to play a game
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|:-------------:|:--------:|------------:|
|
|
|
|
|
|
|
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$sendMessageStartPlayGameAction = ['_' => 'sendMessageStartPlayGameAction', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
sendMessageStartPlayGameAction={_='sendMessageStartPlayGameAction', }
|
|
|
|
```
|
|
|
|
|