Interface MessagePassportDataReceived

Telegram Passport data has been received; for bots only. Subtype of MessageContent.

interface MessagePassportDataReceived {
    @type: "messagePassportDataReceived";
    credentials: EncryptedCredentials;
    elements: EncryptedPassportElement[];
}

Properties

@type: "messagePassportDataReceived"

Encrypted data credentials.

List of received Telegram Passport elements.