mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
30 lines
831 B
Markdown
30 lines
831 B
Markdown
---
|
|
title: "decryptedMessageActionScreenshotMessages"
|
|
description: "A screenshot was taken."
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: decryptedMessageActionScreenshotMessages\_8
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
A screenshot was taken.
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|random\_ids|Array of [long](/API_docs/types/long.html) | Yes|List of affected message ids (that appeared on the screenshot)|
|
|
|
|
|
|
|
|
### Type: [DecryptedMessageAction](/API_docs/types/DecryptedMessageAction.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$decryptedMessageActionScreenshotMessages_8 = ['_' => 'decryptedMessageActionScreenshotMessages', 'random_ids' => [long, long]];
|
|
```
|