Class MatchesNarrowApiRequest

java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiRequest
com.github.jamesnetherton.zulip.client.api.message.request.MatchesNarrowApiRequest
All Implemented Interfaces:
ExecutableApiRequest<Map<Long,MessageMatch>>, NarrowableApiRequest<MatchesNarrowApiRequest>

public class MatchesNarrowApiRequest extends ZulipApiRequest implements NarrowableApiRequest<MatchesNarrowApiRequest>, ExecutableApiRequest<Map<Long,MessageMatch>>
Zulip API request builder for checking if a set of messages matches a narrow.
See Also: