Class GetOwnUserApiRequest

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

public class GetOwnUserApiRequest extends ZulipApiRequest implements ExecutableApiRequest<User>
Zulip API request builder for getting information about the user who invoked this endpoint.
See Also: