Link Search Menu Expand Document

Constructor: messageActionSecureValuesSentMe

Back to constructors index

Secure telegram passport values were received

Attributes:

NameTypeRequiredDescription
valuesArray of SecureValueYesVector with information about documents and other Telegram Passport elements that were shared with the bot
credentialsSecureCredentialsEncryptedYesEncrypted credentials required to decrypt the data

Type: MessageAction

Example:

$messageActionSecureValuesSentMe = ['_' => 'messageActionSecureValuesSentMe', 'values' => [SecureValue, SecureValue], 'credentials' => SecureCredentialsEncrypted];