MadelineProto/old_docs/API_docs_v70/constructors/messageActionScreenshotTaken.md

38 lines
573 B
Markdown
Raw Normal View History

---
title: messageActionScreenshotTaken
description: messageActionScreenshotTaken attributes, type and example
---
## Constructor: messageActionScreenshotTaken
[Back to constructors index](index.md)
### Type: [MessageAction](../types/MessageAction.md)
### Example:
```
$messageActionScreenshotTaken = ['_' => 'messageActionScreenshotTaken'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "messageActionScreenshotTaken"}
```
Or, if you're into Lua:
```
messageActionScreenshotTaken={_='messageActionScreenshotTaken'}
```