channel-block-tg/handlers/user/start.py
2020-04-06 00:12:41 +03:00

6 lines
135 B
Python

from aiogram import types
async def bot_start(msg: types.Message):
await msg.answer(f'Привет, {msg.from_user.full_name}!')