G
Size: a a a
G
E
Т
if isistance(update, Message):
chat_id = update.chat.id
elif isistance(update, CallbackQuery):
chat_id = update.message.chat.id
await update.answer()
...
ᔕ
E
Т
from aiogram.types.update import Message, CallbackQuery, ...
Т
E
Т
G
from aiogram.types.update import Message, CallbackQuery, ...
𝐃𝐊
ᔕ
E
types.Message
& types.CallbackQuery
Т
Т
Т
G
Т
Т
ᔕ