Moved handlers to telegram/commands package
This commit is contained in:
6
telegram/commands/test.py
Normal file
6
telegram/commands/test.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from aiogram.types import Message
|
||||
from aiogram.dispatcher.webhook import SendMessage
|
||||
|
||||
|
||||
async def telegram_test(message: Message) -> SendMessage:
|
||||
return SendMessage(message.chat.id, 'passed!')
|
||||
Reference in New Issue
Block a user