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

telegram-bot-api

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

Sciti
Sciti commented Feb 27, 2022

As i understand, now InlineKeyboardMarkup is just a dict with lists, so method like pop() will be useful and make code cleaner, at least for newbies like me.
For now, to make dynamic inline keyboard with deleting buttons after user clicks on them i need to recreate entire markup from changed list, but it can be simplified by using InlineKeyboardMarkup.pop() or something like that.

enhancement good first issue under discussion
teloxide
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

enhancement good first issue challenge accepted

Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance

  • Updated Feb 26, 2022
  • Python

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