MadelineProtoDocs/docs/API_docs/constructors/messageActionScreenshotTaken.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

40 lines
656 B
Markdown

---
title: messageActionScreenshotTaken
description: Message action screenshot taken
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: messageActionScreenshotTaken
[Back to constructors index](index.md)
Message action screenshot taken
### Type: [MessageAction](../types/MessageAction.md)
### Example:
```php
$messageActionScreenshotTaken = ['_' => 'messageActionScreenshotTaken'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "messageActionScreenshotTaken"}
```
Or, if you're into Lua:
```lua
messageActionScreenshotTaken={_='messageActionScreenshotTaken'}
```