Class GetBotApiKeyApiRequest

java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiRequest
com.github.jamesnetherton.zulip.client.api.user.request.GetBotApiKeyApiRequest
All Implemented Interfaces:
ExecutableApiRequest<String>

public class GetBotApiKeyApiRequest extends ZulipApiRequest implements ExecutableApiRequest<String>
Zulip API request builder for fetching the API key of a bot user.
See Also: