getBotsCount

Retrieves the count of bots in a Wickr network, categorized by their status (pending, active, and total).

Samples

// Get bots count successfully
val resp = wickrClient.getBotsCount {
    networkId = "12345678"
}
// Get bots count with filters
val resp = wickrClient.getBotsCount {
    networkId = "12345678"
}