def command_tg(tg_group_id: int,
tg_user: telegram.User,
tg_message_id: int,
tg_reply_to: telegram.Message = None):
result = '''I'm a relay bot between qq and tg.
Please use "!!show commands" or "!!cmd" to show all commands.
'''
global_vars.tg_bot.sendMessage(chat_id=tg_group_id,
text=result,
reply_to_message_id=tg_message_id,
parse_mode='HTML')
评论列表
文章目录