Badiboy

Results 8 issues of Badiboy

Fix error "No module named 'base_message'" when import chatbase.

## Description Call for handlers now union in a single function for future extension. Plus minor fixes in storages. ## Checklist: - [x] My changes won't break backward compatibility

comming soon
confirmed
code

Python 3.5.3 > reading manifest file 'pycld2.egg-info\SOURCES.txt' > Traceback (most recent call last): > File "", line 1, in > File "C:\Temp\pip-install-8d49byj4\pycld2\setup.py", line 123, in > ext_modules=[module], > File "C:\Python3\lib\site-packages\setuptools\__init__.py",...

bug

## Description MenuButton set default types No need to pass "type" if used specific MenuButtonX class.

Bot API 7.3 - [x] _Added support for [InlineKeyboardMarkup](https://core.telegram.org/bots/api#inlinekeyboardmarkup) with url, login_url, and callback_game buttons for messages sent on behalf of a business account._ - [x] Added the field via_join_request...

Added connection timeout (optional) Added get_bep20_token_transfer_events_by_address_paginated method

wontfix

https://github.com/eternnoir/pyTelegramBotAPI/discussions/2319#discussioncomment-9850643 Looks like some kind of bug. @coder2020official , could you please check?

bug
under discussion
in the backlog

@coder2020official Looks like we need to redesign ChatMemberXXX family. Currently we have all-in-one ChatMember, but it does not correspond to API. https://core.telegram.org/bots/api#chatmember I don't remeber why it is done like...