eternnoir / pyTelegramBotAPI

Python Telegram bot api.
GNU General Public License v2.0
8.02k stars 2.02k forks source link

users_shared still broken #2298

Closed its0x4d closed 3 months ago

its0x4d commented 3 months ago

Please answer these questions before submitting your issue. Thanks!

  1. What version of pyTelegramBotAPI are you using? pyTelegramBotAPI==4.19.1
  2. What OS are you using? Ubuntu
  3. What version of python are you using?

Why this still BROKEN!!??

image

I can't use it

image

I edited the UsersShared class to this and the problem solved

image

Badiboy commented 3 months ago

Added the class SharedUser and replaced the field user_ids in the class UsersShared with the field users.

Missed this update in March update...

Badiboy commented 3 months ago

@its0x4d Try this branch please: https://github.com/eternnoir/pyTelegramBotAPI/pull/2299

its0x4d commented 3 months ago

@its0x4d Try this branch please: https://github.com/eternnoir/pyTelegramBotAPI/pull/2299

Worked Please update the main branch

Badiboy commented 3 months ago

Done