https://github.com/ganesshkumar/azure-function-telegram
Azure serverless function to send text message via telegram
https://github.com/ganesshkumar/azure-function-telegram
azure azure-functions telegram
Last synced: about 1 month ago
JSON representation
Azure serverless function to send text message via telegram
- Host: GitHub
- URL: https://github.com/ganesshkumar/azure-function-telegram
- Owner: ganesshkumar
- Created: 2018-05-08T03:44:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T12:59:10.000Z (about 8 years ago)
- Last Synced: 2025-01-08T08:42:40.134Z (over 1 year ago)
- Topics: azure, azure-functions, telegram
- Language: C#
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## azure-function-telegram
* Set up Azure function with a http trigger
* Pass the following object in the request body to send a message to Telegram
```
{
"msg": "The message you want to send",
"recipientId": ""
}
```