MadelineProtoDocs/old_docs/API_docs_v100/constructors/messageActionScreenshotTaken.md
2019-06-23 13:07:51 +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'}