nonebot.adapters.onebot.store

OneBot API ๅ›ž่ฐƒๅญ˜ๅ‚จใ€‚

class ResultStore()

  • ๅ‚ๆ•ฐ

    empty

method get_seq()

  • ๅ‚ๆ•ฐ

    empty

  • ่ฟ”ๅ›ž

    • int

method add_result(result)

  • ๅ‚ๆ•ฐ

    • result (dict[str, Any])
  • ่ฟ”ๅ›ž

    • untyped

async method fetch(seq, timeout)

  • ๅ‚ๆ•ฐ

    • seq (int)

    • timeout (float | None)

  • ่ฟ”ๅ›ž

    • dict[str, Any]