Skip to content

模块 liteyuki.session

该模块参考并引用了nonebot-plugin-alconna的消息段定义


func message_handler_thread(i_chans: Iterable[Chan[Any]])

参数:

  • i_chans: 多路输入管道组
源代码在GitHub上查看
python
def message_handler_thread(i_chans: Iterable[Chan[Any]]):
    for msg in select(*i_chans):
        logger.debug(f'Recv from anybot {msg}')
        logger.info(f'Recv from anybot {msg}')

文档由 VitePress 构建 | API引用由 litedoc 生成