Andrei Morozov
Andrei Morozov
### Summary user.send(trade=trade) result in an error ### Reproduction Steps 1. Fetch a user from steam id 64 2. Fetch bot inventory 3. Get item from class_id 4. Construct a...
### Problem Type hints for `InlineKeyboardBuilder` and `ReplyKeyboardBuilder` `.as_markup()` method are generic. So now it's `Union[InlinekeyboardMarkup, ReplyKeyboardMarkup]`. It would be better to make `InlineKeybordBuilder.as_markup` return type be `InlineKeyboardMarkup` and similarly...
### Checklist - [X] I believe the idea is awesome and would benefit the framework - [X] I have searched in the issue tracker for similar requests, including closed ones...
Is really needed for Dispatcher
1. Try to authorize your app 2. After all steps done get empty string from `YooMoneyAPI.get_access_token` method Code for repro ```Python import asyncio from glQiwiApi import YooMoneyAPI async def get_url_to_auth()...
### Checklist - [X] I believe the idea is awesome and would benefit the framework - [X] I have searched in the issue tracker for similar requests, including closed ones...
Description: After some time of running a client MessagesSendMessage request sleeps forever. Seems like a deadlock, but I am not really sure. Some debug logs provided below ### What version...