appleboy / telegram-action

GitHub Action that sends a Telegram message.
https://github.com/marketplace/actions/telegram-message-notify
MIT License
848 stars 108 forks source link

Update README.md to solve "How to get unique identifier from telegram api" problem #49

Closed ayadim closed 1 year ago

ayadim commented 2 years ago

hi, to get the id of the bot chat, the old endpoint wasn't showing the result. so to correct this issue the new endpoint is fixing this problem. you can refer to https://core.telegram.org/bots/api API documentation which explains that.

regards,