telegram-action
telegram-action copied to clipboard
GitHub Action that sends a Telegram message.
Hello there, Hope everything is fine as always. I thought that it would be interesting if we could have the possibility of giving an array of `chat_id`s (so-called `to` arg)...
I have configured to upload apk after build in github actions. I get text instead of file  This is what I get  This is the log 
. . //Build process - uses: actions/upload-artifact@v2 with: name: build-Android path: ${{ github.workspace }}/build/Android . . . . - name: Checkout code uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: name: build-Android...
The [docs](https://github.com/appleboy/telegram-action#input-variables) mention MarkdownV2 support, but based on my own tests it appears that only legacy Markdown syntax is supported. For example, see the following actions snippet: ```yaml jobs: send_message:...
Thanks for your work, is it possible to add a Caption field to describe a picture or video message? [Telegram Bot Api](https://core.telegram.org/bots/api#sendphoto)
It seems [Telegram Bot API](https://core.telegram.org/bots/api) limits to 4096 characters per message, so sending a string or a text file that exceeds this limit will make this action returns `Bad Request:...
If i have push with several commits. In notify, I see commit text from first, and link to last commit.. How can I sent notify with all commits from push...
It would be great to see some examples of using stickers. Also it's not very clear how to use external images (not from current repo).
I'd like to upload files (like build log) through my Telegram bot. But when I attach those files as a document, I got the error `Request Entity Too Large`. So...
Hi, I think I found small bug) When I use `format: markdown`, use string with letter "_" as first symbol (folder name in my situation) and as result different cases:...