A production-oriented guide to Telegram Rich Messages, from grammY types and streaming drafts to Markdown routing, complete-text fallbacks, platform capabilities, and real-send debugging.
本文详细记录了将 Electron 桌面应用通过 TestFlight 上架的完整流程,包括配置 Mac App Store 分发所需的证书、Provisioning Profile、API Key 以及 Electron Builder 的 MAS 配置,并通过 GitHub Actions 实现自动化构建与上传。重点强调了多个易错点,如 Bundle ID 一致性、API Key 权限和证书导出问题,同时提醒该流程耗时且消耗大量 GitHub Actions 免费额度,建议优化触发策略或自建 runner。