getBot

abstract suspend fun getBot(input: GetBotRequest): GetBotResponse

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"
}