https://github.com/dobanov/send_message-file_to_telegram
send message or file to telegramm
https://github.com/dobanov/send_message-file_to_telegram
messaging telegram-bot
Last synced: 5 months ago
JSON representation
send message or file to telegramm
- Host: GitHub
- URL: https://github.com/dobanov/send_message-file_to_telegram
- Owner: dobanov
- Created: 2024-05-02T04:23:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T10:52:26.000Z (7 months ago)
- Last Synced: 2025-01-08T23:59:38.482Z (6 months ago)
- Topics: messaging, telegram-bot
- Language: C++
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tg_send_message-file
send message or file to telegramg++ -o tg_send_message-file tg_send_message-file.cpp -lcurl
This program sends messages or files to Telegram using the provided bot and chat IDs.
Options:
-c : Specify the chat ID to send the message or file to.
-b : Specify the bot ID for authentication.
-m : Specify the message to send.
-f : Specify the path to the file to send.
-d : Enable debug mode.
-h : Display this help message.