MadelineProtoDocs/old_docs/API_docs_v102/constructors/messageActionScreenshotTaken.md
2019-06-24 15:45:02 +02:00

547 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'];

Or, if you're into Lua:

messageActionScreenshotTaken={_='messageActionScreenshotTaken'}