MadelineProtoDocs/docs/API_docs/constructors/sendMessageGamePlayAction.md

34 lines
519 B
Markdown

---
title: sendMessageGamePlayAction
description: User is playing a game
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: sendMessageGamePlayAction
[Back to constructors index](index.md)
User is playing a game
### Type: [SendMessageAction](../types/SendMessageAction.md)
### Example:
```php
$sendMessageGamePlayAction = ['_' => 'sendMessageGamePlayAction'];
```
Or, if you're into Lua:
```lua
sendMessageGamePlayAction={_='sendMessageGamePlayAction'}
```