921 B
921 B
title | description | image |
---|---|---|
messageActionSecureValuesSent | messageActionSecureValuesSent attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionSecureValuesSent
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}}