Interface TelegramChallengeResponse

Response containing the challenge to be signed by the user

interface TelegramChallengeResponse {
    challenge: string;
}

Properties

Properties

challenge: string

The challenge string that must be signed by the user's wallet