MadelineProtoDocs/docs/API_docs/constructors/messageActionSecureValuesSent.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

968 B

title description image
messageActionSecureValuesSent Message action secure values sent https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionSecureValuesSent

Back to constructors index

Message action secure values sent

Attributes:

Name Type Required Description
types Array of SecureValueType Yes Types

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