getBot
Retrieves detailed information about a specific bot in a Wickr network, including its status, group membership, and authentication details.
Samples
// Get bot successfully
val resp = wickrClient.getBot {
networkId = "12345678"
botId = "98765"
}Content copied to clipboard