The Wayback Machine - https://web.archive.org/web/20210808021928/https://github.com/topics/telegram-bot-api
Skip to content
#

telegram-bot-api

Here are 1,130 public repositories matching this topic...

Olegt0rr
Olegt0rr commented Apr 8, 2021

New exceptions

  • BadRequest: Have no rights to send a message
  • BadRequest: Group chat was deactivated
  • BadRequest: Channel_private
  • BadRequest: Have no rights to send a message
  • Unauthorized: Forbidden: bot is not a member of the supergroup chat
  • Unauthorized: Forbidden: bot is not a member of the group chat
  • Unauthorized: Forbidden: chat_write_forbidden

Task

Wrap this e

marcelgarus
marcelgarus commented Apr 30, 2020

I like the distinction of telegram and teledart – one is a simple typed wrapper around web requests, the other one a full-fledged powerful API that uses the capabilities of object-oriented programming. Some aspects like the inline mode are really great, but I think other parts could be a bit better.
For example, most requests still need to be made through the teledart instance with the exce

Improve this page

Add a description, image, and links to the telegram-bot-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the telegram-bot-api topic, visit your repo's landing page and select "manage topics."

Learn more