MadelineProtoDocs/docs/API_docs/constructors/messageActionScreenshotTake...

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