MadelineProtoDocs/docs/API_docs/constructors/messageActionScreenshotTaken.md

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'}