Uses of Class
com.github.jamesnetherton.zulip.client.api.message.request.DeleteEmojiReactionApiRequest
Packages that use DeleteEmojiReactionApiRequest
Package
Description
-
Uses of DeleteEmojiReactionApiRequest in com.github.jamesnetherton.zulip.client.api.message
Methods in com.github.jamesnetherton.zulip.client.api.message that return DeleteEmojiReactionApiRequestModifier and TypeMethodDescriptionMessageService.deleteEmojiReaction(long messageId, String emojiName) Removes a emoji reaction. -
Uses of DeleteEmojiReactionApiRequest in com.github.jamesnetherton.zulip.client.api.message.request
Methods in com.github.jamesnetherton.zulip.client.api.message.request that return DeleteEmojiReactionApiRequestModifier and TypeMethodDescriptionDeleteEmojiReactionApiRequest.withEmojiCode(String code) Sets an optional unique identifier defining the specific emoji codepoint requested.DeleteEmojiReactionApiRequest.withReactionType(ReactionType type) Sets an optional reaction type.