文件名称:电报:一个非常小的电报api包装器
文件大小:2KB
文件格式:ZIP
更新时间:2024-02-25 23:19:33
wrapper telegram minimal telegram-api TelegramPython
电报 最小的包装器 安装 pip install tgb 用法 from telegram import TelegramApi t = TelegramApi ( 'your bot token' ) t . send_message ( chat_id = 123 , text = 'hi' ) # note snake_case