Login with Telegram

thirdweb SDK v5.44.0

Login with Telegram

As of version 5.44.0, the thirdweb SDK supports Telegram with in-app wallets! Use Telegram like any other auth method.

import { inAppWallet } from "thirdweb";

const wallet = inAppWallet();

await wallet.connect({
  strategy: "telegram",
});
0:00
/0:13