Get your personal APK 获取你的专属 APK
Every install is built with your own Telegram API credentials — the server never stores them. The whole thing takes about 3–8 minutes. 每份安装包都用你自己的 Telegram API 凭据打包 —— 服务器不会保存它们。整个过程约 3–8 分钟。
1 Create your own app on Telegram's site 在 Telegram 官网创建你自己的应用
- Open my.telegram.org in a browser and sign in with your phone number (the code arrives inside your Telegram client). 在浏览器打开 my.telegram.org, 用手机号登录(验证码会发到你的 Telegram 客户端里)。
- Go to API development tools, give it any App title and Short name (e.g. tellygram), pick Other as the platform, and press Create application. 进入 API development tools,随便填一个 App title 和 Short name(例如 tellygram),平台选 Other,然后按 Create application。
-
The page then shows two values:
api_id(a number, usually 7–9 digits) andapi_hash(32 hexadecimal characters). Copy both. 页面上会出现两个值:api_id(一串数字,通常 7–9 位)和api_hash(32 位十六进制字符)。把这两个值复制下来。
These two values are the identity of the client you registered — don't share them publicly. You can delete or recreate them on the same page at any time. 这两个值相当于"你这个人开发的客户端"的身份,不要公开分享。 如果哪天不想用了,可以在同一个页面删除或重建。
2 Fill in the form and start the build 填写并开始打包
3 Build progress 打包进度
This link works once and expires after 24 hours. If you miss it, submit the form again — it will simply build a new one. 这个链接只能下载一次,且 24 小时后失效。 如果错过了,重新提交一次即可(会重新打包)。
SHA-256:
About your API credentials 关于你的 API 凭据
The api_id and api_hash you submit are used
once, to build your APK. They are held in memory only — never written to a
database or a log — and are erased the moment the build picks them up. They are not shared
with anyone. The build runs on a disposable cloud machine that is destroyed when the job
finishes.
你填写的 api_id / api_hash
仅用于为你打包这一次:只存在于内存中,不写入数据库、不写入日志,
构建任务取走后立即删除,也不会提供给任何第三方。构建在一台一次性的云端机器上完成,
任务结束即销毁。
⚠️ Your personal APK contains your own credentials — please don't forward it. ⚠️ Tellygram is an unofficial client and is not affiliated with Telegram. ⚠️ 你的专属 APK 内含你自己的凭据,请勿转发给他人 —— 转发等于把你的 API 身份一起给出去了。⚠️ Tellygram 是非官方第三方客户端, 与 Telegram 官方无关。