Skip to main content
function verifyTelegramOAuth(options: VerifyTelegramOAuthOptions): Promise<VerifyOAuthResult>;
Verifies a Telegram OAuth authentication by calling the verifyOAuthEndUserIdentity endpoint.

Parameters

ParameterTypeDescription
optionsVerifyTelegramOAuthOptionsThe options containing the flowId and Telegram auth data from the popup.

Returns

Promise<VerifyOAuthResult> The result of the verification.