https://github.com/password123456/telegram-bot-api-example
Example codes for Telegram_Bot API
https://github.com/password123456/telegram-bot-api-example
python-telegram-bot-api telegram-api telegram-bot telegram-bot-api telegram-bots telegram-userbot
Last synced: about 2 months ago
JSON representation
Example codes for Telegram_Bot API
- Host: GitHub
- URL: https://github.com/password123456/telegram-bot-api-example
- Owner: password123456
- Created: 2022-04-24T13:49:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T21:45:34.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T19:52:19.564Z (11 months ago)
- Topics: python-telegram-bot-api, telegram-api, telegram-bot, telegram-bot-api, telegram-bots, telegram-userbot
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telegram-bot-api-example
![made-with-python][made-with-python]
![Python Versions][pyversion-button]
[](https://hits.seeyoufarm.com)
[pyversion-button]: https://img.shields.io/pypi/pyversions/Markdown.svg
[made-with-python]: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
- Example codes for Telegram_Bot API (https://core.telegram.org/bots/api)
# list
- [SEND] Message to telegram-bot
- [SEND] Document to telegram-bot
- [SEND] Photo to telegram-bot (.jpg, .jpeg, .gif...)
- [SEND] Audio to telegram-bot (.mp3, .mp4...)
- [SEND] Voice to telegram-bot (.wav, .ogg...)
- [SEND] GeoLocation to telegram-bot
- [ACL] bot access control code