Hi,
when i run this command
btpip install python-telegram-bot==20.3 -I && bt 1
igot this error
[2023-07-28 05:05:06][DEBUG] - #### Notification Configuration Reminder
>ServerHost: xxx
>IP Address: xxx
>Send Time: 2023-07-28 05:05:06
>Send Content: Testing Send
[2023-07-28 05:05:06,973][DEBUG] - Using selector: GeventSelector
[2023-07-28 05:05:06,973][DEBUG] - load_ssl_context verify=True cert=None trust_env=True http2=False
[2023-07-28 05:05:06,975][DEBUG] - load_verify_locations cafile='/www/server/panel/pyenv/lib/python3.7/site-packages/certifi/cacert.pem'
[2023-07-28 05:05:07,031][DEBUG] - load_ssl_context verify=True cert=None trust_env=True http2=False
[2023-07-28 05:05:07,032][DEBUG] - load_verify_locations cafile='/www/server/panel/pyenv/lib/python3.7/site-packages/certifi/cacert.pem'
[2023-07-28 05:05:07][DEBUG] - *Notification Configuration Reminder*
> ServerHost: xxx
> IP Address: xxx
> Send Time: 2023\-07\-28 05:05:06
> Send Content: Testing Send
[2023-07-28 05:05:07,088][DEBUG] - Entering: send_message
[2023-07-28 05:05:07,089][DEBUG] - connect_tcp.started host='api.telegram.org' port=443 local_address=None timeout=5.0 socket_options=None
[2023-07-28 05:05:07,175][DEBUG] - connect_tcp.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7f41bbf60e50>
[2023-07-28 05:05:07,175][DEBUG] - start_tls.started ssl_context=<gevent._ssl3.SSLContext object at 0x7f41bbfa4e50> server_hostname='api.telegram.org' timeout=5.0
[2023-07-28 05:05:07,262][DEBUG] - start_tls.complete return_value=<httpcore._backends.anyio.AnyIOStream object at 0x7f41bbf60ed0>
[2023-07-28 05:05:07,262][DEBUG] - send_request_headers.started request=<Request [b'POST']>
[2023-07-28 05:05:07,263][DEBUG] - send_request_headers.complete
[2023-07-28 05:05:07,263][DEBUG] - send_request_body.started request=<Request [b'POST']>
[2023-07-28 05:05:07,263][DEBUG] - send_request_body.complete
[2023-07-28 05:05:07,263][DEBUG] - receive_response_headers.started request=<Request [b'POST']>
[2023-07-28 05:05:07,599][DEBUG] - receive_response_headers.complete return_value=(b'HTTP/1.1', 400, b'Bad Request', [(b'Server', b'nginx/1.18.0'), (b'Date', b'Fri, 28 Jul 2023 05:05:07 GMT'), (b'Content-Type', b'application/json'), (b'Content-Length', b'73'), (b'Connection', b'keep-alive'), (b'Strict-Transport-Security', b'max-age=31536000; includeSubDomains; preload'), (b'Access-Control-Allow-Origin', b'*'), (b'Access-Control-Expose-Headers', b'Content-Length,Content-Type,Date,Server,Connection')])
[2023-07-28 05:05:07,599][INFO] - HTTP Request: POST https://api.telegram.org/bot64xxxxxx20:AAEeOc93AK-7sYxxxxxxxxhe3SjDoksZsPY/sendMessage "HTTP/1.1 400 Bad Request"
[2023-07-28 05:05:07,600][DEBUG] - receive_response_body.started request=<Request [b'POST']>
[2023-07-28 05:05:07,600][DEBUG] - receive_response_body.complete
[2023-07-28 05:05:07,600][DEBUG] - response_closed.started
[2023-07-28 05:05:07,600][DEBUG] - response_closed.complete
[2023-07-28 05:05:07][DEBUG] - 错误信息为:Traceback (most recent call last):
File "/www/server/panel/class/msg/tg_msg.py", line 212, in send_msg
loop.run_until_complete(self.send_msg_async(bot_token, chat_id, msg))
File "/www/server/panel/pyenv/lib/python3.7/asyncio/base_events.py", line 587, in run_until_complete
return future.result()
File "/www/server/panel/class/msg/tg_msg.py", line 180, in send_msg_async
await bot.send_message(chat_id=chat_id, text=msg, parse_mode='MarkdownV2')
File "/www/server/panel/pyenv/lib/python3.7/site-packages/telegram/_bot.py", line 381, in decorator
result = await func(self, *args, **kwargs) # skipcq: PYL-E1102
File "/www/server/panel/pyenv/lib/python3.7/site-packages/telegram/_bot.py", line 822, in send_message
api_kwargs=api_kwargs,
File "/www/server/panel/pyenv/lib/python3.7/site-packages/telegram/_bot.py", line 566, in _send_message
api_kwargs=api_kwargs,
File "/www/server/panel/pyenv/lib/python3.7/site-packages/telegram/_bot.py", line 475, in _post
pool_timeout=pool_timeout,
File "/www/server/panel/pyenv/lib/python3.7/site-packages/telegram/_bot.py", line 503, in _do_post
pool_timeout=pool_timeout,
File "/www/server/panel/pyenv/lib/python3.7/site-packages/telegram/request/_baserequest.py", line 175, in post
pool_timeout=pool_timeout,
File "/www/server/panel/pyenv/lib/python3.7/site-packages/telegram/request/_baserequest.py", line 328, in _request_wrapper
raise BadRequest(message)
telegram.error.BadRequest: Chat not found