电报机器人没有发出电文。
原文:The telegram bot does not send a message
原文:The telegram bot does not send a message
from pyrogram import Client from pytube import YouTube import os import asyncio app = Client("qaserd_ll", api_id=..., api_hash= ... , bot_token= ... ) @app.on_message() async def ...