BaileysEx.Feature.BotDirectory (baileys_ex v0.1.0-alpha.9)

Copy Markdown View Source

WhatsApp bot-directory queries aligned with Baileys getBotListV2.

Summary

Functions

Fetch the v2 bot directory and return bot entries from the all section.

Functions

list(queryable, opts \\ [])

@spec list(
  term(),
  keyword()
) :: {:ok, [%{jid: String.t(), persona_id: String.t()}]} | {:error, term()}

Fetch the v2 bot directory and return bot entries from the all section.