Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
fix for new format #446
fix for new format #446
Conversation
This fixes the `AttributeError: 'PeerUser' object has no attribute 'channel_id'`. Maybe we should also have a method to show nearby users?
Use isinstance instead of type
This fixes the
AttributeError: 'PeerUser' object has no attribute 'channel_id'. Telegram must've changed the format.Maybe we should also have a method to show nearby users?