830 B
830 B
title | description | image |
---|---|---|
messageActionSecureValuesSent | Message action secure values sent | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionSecureValuesSent
Message action secure values sent
Attributes:
Name | Type | Required | Description |
---|---|---|---|
types | Array of SecureValueType | Yes | Types |
Type: MessageAction
Example:
$messageActionSecureValuesSent = ['_' => 'messageActionSecureValuesSent', 'types' => [SecureValueType, SecureValueType]];
Or, if you're into Lua:
messageActionSecureValuesSent={_='messageActionSecureValuesSent', types={SecureValueType}}