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