MadelineProtoDocs/old_docs/API_docs_v14/constructors/messageActionHistoryClear.md

515 B

title description image
messageActionHistoryClear Chat history was cleared https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionHistoryClear

Back to constructors index

Chat history was cleared

Type: MessageAction

Example:

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

Or, if you're into Lua:

messageActionHistoryClear={_='messageActionHistoryClear'}