44 lines
717 B
Markdown
44 lines
717 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'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "sendMessageStartPlayGameAction"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
sendMessageStartPlayGameAction={_='sendMessageStartPlayGameAction'}
|
|
|
|
```
|
|
|
|
|