1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

(A)SyncWebhookListener changes

This commit is contained in:
coder2020official
2022-12-19 17:28:05 +04:00
parent 171172d12e
commit 5b279b7ad9
4 changed files with 6 additions and 4 deletions

View File

@ -25,7 +25,8 @@ from typing import Optional
class AsyncWebhookListener:
def __init__(self, bot,
secret_token: str, host: Optional[str]="127.0.0.1",
secret_token: str,
host: Optional[str]="127.0.0.1",
port: Optional[int]=443,
ssl_context: Optional[tuple]=None,
url_path: Optional[str]=None,