fastlane-plugin-telegram icon indicating copy to clipboard operation
fastlane-plugin-telegram copied to clipboard

Fastlane plugin for sending notification to telegram

Results 10 fastlane-plugin-telegram issues
Sort by recently updated
recently updated
newest added

When I send a message with the text "android/v1.4.155_b155/app-fatapk.apk" The "_" character is removed from the final message in telegram ```ruby lane :tnotify2 do path = "android/v1.4.155_b155/app-fatapk.apk" telegram( token: TELEGRAM_BOT_TOKEN,...

Shows the message below: [!] Could not find option 'file' in the list of available options: token, chat_id, text, parse_mode, proxy Is it available or nho file upload available

Once you have "-" in the bot name - will have problems with Gitlab CI Runner, so revoking and creating new token without "-" solved the issue

SSL_connect returned=1 errno=0 state=unknown state: tlsv1 alert access denied when executing the script.

Add `reply_to_message_id` to support forum topics. More: https://stackoverflow.com/a/77374054/11677524

Can I send message to multiple users, not for only one chat ID?

A message is displayed: - Sending message to a telegram channel /Users/admin/builds/iCKw-cxu/0/vc/app/ios/vendor/bundle/ruby/2.6.0/gems/fastlane-plugin-telegram-0.1.4/lib/fastlane/plugin/telegram/actions/telegram_action.rb:21: warning: constant ::UploadIO is deprecated

This will allow the usage of custom Telegram API servers. Custom servers can bypass the 50MB file limit, which is extremely useful for some developers.

Are there any plans to add `message_thread_id` parameter to be able send message to specific thread in group?