--- title: decryptedMessageActionFlushHistory description: Decrypted message action flush history image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: decryptedMessageActionFlushHistory\_8 [Back to constructors index](index.md) Decrypted message action flush history ### Type: [DecryptedMessageAction](../types/DecryptedMessageAction.md) ### Example: ```php $decryptedMessageActionFlushHistory_8 = ['_' => 'decryptedMessageActionFlushHistory']; ``` Or, if you're into Lua: ```lua decryptedMessageActionFlushHistory_8={_='decryptedMessageActionFlushHistory'} ```