MadelineProtoDocs/old_docs/API_docs_v105/constructors/messageActionScreenshotTaken.md
2019-12-27 17:48:04 +01:00

553 B

title description image
messageActionScreenshotTaken A screenshot of the chat was taken https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionScreenshotTaken

Back to constructors index

A screenshot of the chat was taken

Type: MessageAction

Example:

$messageActionScreenshotTaken = ['_' => 'messageActionScreenshotTaken'];

Or, if you're into Lua:

messageActionScreenshotTaken={_='messageActionScreenshotTaken'}