Version: 2.0.0-beta.8

nonebot.adapters.feishu.bot

async def send(bot, event, message, at_sender=False, **kwargs)

  • 说明: 默认回复消息处理函数。

  • 参数

  • 返回

    • Any

class BotInfo(<auto>)

  • 参数

    auto

class Bot(adapter, bot_config, bot_info)

  • 说明: 飞书 协议 Bot 适配。继承属性参考 BaseBot <./#class-basebot>_

  • 参数

async method send_handler(event, message, at_sender=False, **kwargs)

  • 说明: 默认回复消息处理函数。

  • 参数

  • 返回

    • Any

async method send(event, message, **kwargs)

  • 说明: 根据 event 向触发事件的主体回复消息。

  • 参数

  • 返回

    • Any: API 调用返回数据
  • 异常

    • ValueError: 缺少 user_id, group_id

    • NetworkError: 网络错误

    • ActionFailed: API 调用失败

async method call_api(api, **data)

  • 说明

    :说明:

    调用 OneBot 协议 API :参数:

    • api: str: API 名称
    • **data: Any: API 参数 :返回:
    • Any: API 调用返回数据 :异常:
    • NetworkError: 网络错误
    • ActionFailed: API 调用失败
  • 参数

    • api (str)

    • **data

  • 返回

    • Any

async method handle_event(event)

  • 参数

  • 返回

    • None