Supports Bot API 4.6 (Broken tests)

This commit is contained in:
Alex Root Junior 2020-01-24 01:07:22 +02:00
parent 213f2a3c16
commit ae55497842
51 changed files with 244 additions and 63 deletions

View file

@ -1,6 +1,7 @@
from typing import Any
import pytest
from aiogram.api.types import CallbackQuery, User
from aiogram.dispatcher.handler import CallbackQueryHandler

View file

@ -1,6 +1,7 @@
from typing import Any
import pytest
from aiogram.api.types import CallbackQuery, ChosenInlineResult, User
from aiogram.dispatcher.handler import ChosenInlineResultHandler

View file

@ -1,6 +1,7 @@
from typing import Any
import pytest
from aiogram.api.types import CallbackQuery, InlineQuery, User
from aiogram.dispatcher.handler import InlineQueryHandler

View file

@ -1,6 +1,7 @@
from typing import Any
import pytest
from aiogram.api.types import (
CallbackQuery,
InlineQuery,

View file

@ -1,6 +1,7 @@
from typing import Any
import pytest
from aiogram.api.types import PreCheckoutQuery, User
from aiogram.dispatcher.handler import PreCheckoutQueryHandler

View file

@ -1,6 +1,7 @@
from typing import Any
import pytest
from aiogram.api.types import CallbackQuery, InlineQuery, ShippingAddress, ShippingQuery, User
from aiogram.dispatcher.handler import ShippingQueryHandler