mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update import
This commit is contained in:
parent
252f3ca879
commit
fb31f2a7ca
1 changed files with 8 additions and 2 deletions
|
|
@ -2,8 +2,14 @@ from dataclasses import dataclass
|
|||
from typing import Any, Awaitable, Callable, Dict, Optional
|
||||
|
||||
from aiogram.dispatcher.middlewares.base import BaseMiddleware
|
||||
from aiogram.types import Chat, InaccessibleMessage, TelegramObject, Update, User
|
||||
from aiogram.types.chat_boost_source_premium import ChatBoostSourcePremium
|
||||
from aiogram.types import (
|
||||
Chat,
|
||||
ChatBoostSourcePremium,
|
||||
InaccessibleMessage,
|
||||
TelegramObject,
|
||||
Update,
|
||||
User,
|
||||
)
|
||||
|
||||
EVENT_CONTEXT_KEY = "event_context"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue