1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 06:47:20 +01:00
MadelineProto/docs/TD_docs/constructors/sendMessageStartPlayGameAction.md

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', }
```