#785: Added possibility to pass kwargs into webhook handler (#789)

This commit is contained in:
Alex Root Junior 2021-12-19 06:18:55 +02:00 committed by GitHub
parent 76ae5c4415
commit 7c14a6b16b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

2
CHANGES/785.feature Normal file
View file

@ -0,0 +1,2 @@
Added possibility to pass additional arguments into the aiohttp webhook handler to use this
arguments inside handlers as the same as it possible in polling mode.