Webhook docs (#1248)

* Added documentation for polling/webhook modes

* Added changelog

* Added changelog
This commit is contained in:
Alex Root Junior 2023-08-06 16:59:29 +03:00 committed by GitHub
parent 62d4b9014c
commit b311d59fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 2595 additions and 692 deletions

View file

@ -19,10 +19,10 @@ logging.basicConfig(level=logging.INFO)
router = Router()
@router.message(Command(commands=["start"]))
@router.message(Command("start"))
async def command_start_handler(message: Message) -> None:
"""
This handler receive messages with `/start` command
This handler receives messages with `/start` command
"""
await message.answer(