MadelineProtoDocs/old_docs/API_docs_v81/constructors/messageActionSecureValuesSe...

921 B

title description image
messageActionSecureValuesSent messageActionSecureValuesSent attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionSecureValuesSent

Back to constructors index

Attributes:

Name Type Required
types Array of SecureValueType Yes

Type: MessageAction

Example:

$messageActionSecureValuesSent = ['_' => 'messageActionSecureValuesSent', 'types' => [SecureValueType, SecureValueType]];

PWRTelegram json-encoded version:

{"_": "messageActionSecureValuesSent", "types": [SecureValueType]}

Or, if you're into Lua:

messageActionSecureValuesSent={_='messageActionSecureValuesSent', types={SecureValueType}}