An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# telegram-bot-api-example
![made-with-python][made-with-python]
![Python Versions][pyversion-button]
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fpassword123456%2Fhit-counter&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](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