Use Telegram Passkey on iPhone via Win10 Chrome

Preface In the previous post we used Win11 What if we only have a Win10 computer? You can log in to your Telegram account in the web version of the Telegram client in Chrome Then apply for a Passkey and save it to Google Password Manager When logging in, iOS can be configured to call the Passkey from Google Password Manager Practice Log in to your Google account in Chrome browser on your Win10 computer Open the web version of Telegram in Chrome https://web.telegram.org/ Log in to the account in Swiftgram, the login method is by scanning a QR code After staying logged in for a while, apply for a Passkey Select Google Password Manager Install Chrome on your iPhone and log in to your Google account You can check whether the Passkey has been successfully synced in Google Password Manager       In your iPhone's Settings -> AutoFill & Passwords Enable Chrome's AutoFill * This step may have a different interface under different iOS versions. You can ask Google and GPT for help...

第三方移动端swiftgram里的电报telegram账号 转为网页版web.telegram.org登录 申请 通行密钥passkey 成功 2026-1-27

前言 上一篇 <第三方移动端swiftgram里的电报telegram账号 转为win11平台登录 申请 通行密钥passkey> 我们用到了win11 如果我们只有win10的电脑怎么办 可以把电报telegram账号登录到 chrome 中的 网页版telegram客户端 再申请通行密钥passkey保存到Google密码管理器中 在登录时 iOS 可以设置调用 Google密码管理器 里面的 passkey 实践 在 win10 电脑的 chrome 浏览器中 登录你的 Google 账户 chrome 浏览器 打开 网页版电报telegram https://web.telegram.org/ 登录swiftgram中的账号, 登录方式为扫描二维码 保持登录状态一段时间后, 申请passkey 选择 Google 密码管理工具 在你的 iPhone 上安装 Chrome, 登录你的 Google 账号 你可以确认一下 Google 密码管理工具中是否成功同步了 passkey       在 iPhone 的 系统设置 -> 自动填充与密码 AutoFill & Passwords 里面 启用 Chrome 的自动填充 * 这一步操作 有可能在不同的iOS版本下界面会有变化. 你可以求助Google和GPT 好了, 你可以试试在手机上登录你的电报telegram账号了 当你选择用 passkey 登录时, 可以选择 More Options -> More from Chrome       ======== 完 ======== 相关推荐 《如何得到一个安全又好用的主密码》 《密码管理方案 - 具体实践》 《密码管理方案 - 指导思想》

How to Get a Telegram Passkey for +86 Accounts

Preface Telegram has further restricted the use of +86 accounts. For an active +86 account already logged in on other devices, when I try to log in on mobile iOS/Android, it prompts me to pay to send an SMS. This wasn't the case before. If an account was already logged in on other devices, you just needed to receive a verification code on those other devices to log in. Based on information from various sources, the best solution now is to apply for a passkey. Problem I have more than 3 Telegram accounts, and some of them are logged into the third-party mobile client Swiftgram. When I try to apply for a passkey in Swiftgram, the interface shows that the operation must be done in the official Telegram client. And switching to the official Telegram client does not automatically log into the account in Swiftgram.  If I want to log in at this point, oh, I'm back to the situation where I have to pay to send an SMS. Solution Log into the account from Swiftgram on the Win11 platform by...

第三方移动端swiftgram里的电报telegram账号 转为win11平台登录 申请 通行密钥passkey 成功 2026-1-26

前言 现在电报telegram进一步限制了+86账号的使用. 在其它设备上已登录的活跃状态的+86账号, 当我在移动端 iOS/Android 上登录时, 提示要收钱发SMS. 以前不是这样的, 有其它设备上处于已登录状态的账号, 只要在其它设备上收个验证码就能登录了. 现在从各方面资料来看, 最好的解决方案就是申请 通行密钥passkey 问题 我的电报telegram账号 数量大于3个, 有一些登录在 第三方移动端swiftgram里 当我在swiftgram中尝试申请passkey时, 界面显示要在telegram官方客户端中操作 而跳转到官方telegram客户端 并不是自动登录 swiftgram中的账号的.  这时要登录的话, 噢, 又回到要收钱发SMS的状况了. 解决方案 在Win11平台登录swiftgram中的账号, 登录方式为扫描二维码 然后, 在Win11平台保持登录状态一段时间后, 申请passkey * 我的账号是保持登录状态24小时后, 才允许我申请passkey 选择iPhone 会弹一个二维码.  用iPhone的照相功能扫描二维码即可. 会调用iOS的 密码Passwords APP 生成 通行密钥passkey * iPhone 与 Win11电脑 都需要打开蓝牙. ======== 完 ======== 后记 Win10平台申请passkey, 只会提示插入USB设备. 没有iPhone设备的选项. 如果登录状态时间不够长, 申请passkey会报错. 只能再多等一段时间. 通行密钥passkey 是很难备份的.  如果你担心自己的 apple账号被封, 会影响到你的 passkey也不能使用的话, 你可以对同一个 电报telegram账号 申请多个 通行密钥passkey.  比如, apple 上面一份, win11电脑上面一份. 也可以参考其它教程, 搞个 密码管理工具如 Bitwarden 保存 passkey ======== 相关推荐 《如何得到一个安全又好用的主密码》 《密码管理方案 - 具体实践》 《Telegram官方客户端最多只能登录3个TG账户 / 安卓Android上用TelegramX / iOS上用Swiftgra...

How to Export Telegram Groups and Channels via Telethon

Preface A group friend said that after creating a new Telegram account, they didn't know how to add the groups from the old account back https://t.me/duangvpsfs/3769416 Approach First, ask GPT whether it's possible telegram bot 或 telethon 可以 查询 某个 telegram 账号已加入的 group 和 channel 吗? The conclusion is that telethon can do it, and GPT provided some code from telethon import TelegramClient client = TelegramClient('session_name', api_id, api_hash) async def get_my_dialogs():     await client.start()     # 获取所有对话(包括群组、频道、私聊)     async for dialog in client.iter_dialogs():         if dialog.is_group:             print(f"群组: {dialog.name}")         elif dialog.is_channel:             print(f"频道: {dialog.name}") with client:     client.loop.run_until_complete(get_my_dialogs()) I have some programming ability myself, so I can tell that this code only outputs the names of groups and channels. More accurately, it should also output the username of groups and chan...

查询 电报 Telegram 账号已加群组频道 方便新号加入

前言 有群友说, 开了新的电报 Telegram 账号后, 不知道怎么把老号的群加回来 https://t.me/duangvpsfs/3769416 思路 先问问GPT 有没有可能性 telegram bot 或 telethon 可以 查询 某个 telegram 账号已加入的 group 和 channel 吗? 结论是 telethon 可以, 而且给出了一些代码 from telethon import TelegramClient client = TelegramClient('session_name', api_id, api_hash) async def get_my_dialogs():     await client.start()          # 获取所有对话(包括群组、频道、私聊)     async for dialog in client.iter_dialogs():         if dialog.is_group:             print(f"群组: {dialog.name}")         elif dialog.is_channel:             print(f"频道: {dialog.name}") with client:     client.loop.run_until_complete(get_my_dialogs()) 我自己有一定的编程能力, 当然我能看出来, 这样的代码只输出了群组和频道的名称. 更准确地应该还要输出群组和频道的 username 但, 假设我就是一个不会编程的小白, 那么我会先试试这个代码是什么效果. 调试 找了个VPS (用你自己的电脑也是可以的, 只要安装 python 并且解决翻墙的问题) 把代码保存为 .py 文件上传 比如, 文件名 tg-get-group-channel.py 然后在VPS上运行一下, 有报错 把报错复制粘...