MadelineProtoDocs/old_docs/API_docs_v91/constructors/messageActionScreenshotTaken.md
2019-03-08 13:49:23 +01:00

656 B

title description image
messageActionScreenshotTaken Message action screenshot taken https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionScreenshotTaken

Back to constructors index

Message action screenshot taken

Type: MessageAction

Example:

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

PWRTelegram json-encoded version:

{"_": "messageActionScreenshotTaken"}

Or, if you're into Lua:

messageActionScreenshotTaken={_='messageActionScreenshotTaken'}