Interface AuthenticationCodeTypeTelegramMessage

Provides information about the method by which an authentication code is delivered to the user. Subtype of AuthenticationCodeType.

interface AuthenticationCodeTypeTelegramMessage {
    @type: "authenticationCodeTypeTelegramMessage";
    length: number;
}

Properties

Properties

@type: "authenticationCodeTypeTelegramMessage"
length: number

Length of the code.