You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in Bot.edit_message_mediag, for some reason media is a optional kwarg, which is clearly wrong. Changing that is breaking, so putting on the v14 milestone.
We could think about expanding test_official to parse the offical docs in order to check such things.
The text was updated successfully, but these errors were encountered:
We have a similar issue with the ChatMember* classes: For the subclasses currently all arguments are optional (except user and status), while most of them actually aren't. B/C users should never have to manually instantiate a ChatMember* manually, that's currently only a documentation/type hinting problem, but it should be fixed at some point.
in
Bot.edit_message_mediag
, for some reasonmedia
is a optional kwarg, which is clearly wrong. Changing that is breaking, so putting on the v14 milestone.We could think about expanding
test_official
to parse the offical docs in order to check such things.The text was updated successfully, but these errors were encountered: