Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

52 lines (30 loc) · 2.3 KB

Thanks to @LuchoTurtle for fixing 'bot_info' attribute from GetFullUser!

Changes

Bugfixes

  • Resolved #2

Changes

  • The project structure changed slightly, but all the root imports stay the same.

Changes

  • Fixed a bug where ALL results from limit were returned for inline queries as duplicates

Changes

After two years of neglect, tgintegration is finally back! With Pyrogram turning asyncio-native and a huge demand in proper testing capabilities for Telegram Bots, it was time to give the library the love it deserves. Thus I hereby present to you the initial 1.0 Release - async by default, fully capable, and well-tested.

Features

  • 👤 Log into a Telegram user account and interact with bots or other users
  • ✅ Write realtime integration tests to ensure that your bot works as expected! ▶️ Pytest examples
  • ⚡️ Automate any interaction on Telegram! ▶️ Automation examples

See the README for more information and check out the Quick Start Guide!

Changes