--- 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]]; ```