Values.GetBotRequestSourceRetrieves detailed information about a specific bot in a Wickr network, including its status, group membership, and authentication details.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network containing the bot.
*)botId : BotId.t;The unique identifier of the bot to retrieve.
*)}