messageActionSecureValuesSentMe
Secure telegram passport values were received
type tg.MessageActionSecureValuesSentMe struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Values | []SecureValue | yes | Vector with information about documents and other Telegram Passport elements that were shared with the bot |
Credentials | SecureCredentialsEncrypted | yes | Encrypted credentials required to decrypt the data |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionSecureValuesSentMe#1b287353