文件名称:fastlane-plugin-telegram:Fastlane插件,用于向电报发送通知
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-24 06:40:58
Ruby
电报插件 入门 该项目是插件。 要开始使用fastlane-plugin-telegram ,请运行以下命令将其添加到您的项目中: fastlane add_plugin telegram 关于电报 允许将消息发布到电报频道 telegram ( token : ENV [ 'TG_BOT_TOKEN' ] , # get token from @BotFather chat_id : ENV [ 'TG_CHAT_ID' ] , # https://*.com/questions/33858927/how-to-obtain-the-chat-id-of-a-private-telegram-channel text : "Hello world, Telegram!" ) 例子 查看以了解如何使用此插件。 通过克隆仓库,运行fastlane ins