public static interface ReactionValueFormats.Builder extends SdkPojo, CopyableBuilder<ReactionValueFormats.Builder,ReactionValueFormats>
| Modifier and Type | Method and Description |
|---|---|
ReactionValueFormats.Builder |
emoji(String emoji)
The Emoji Version 1.0 graphic of the reaction.
|
ReactionValueFormats.Builder |
shortCode(String shortCode)
The emoji short code for the reaction.
|
ReactionValueFormats.Builder |
unicode(String unicode)
The Unicode codepoint for the reaction.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReactionValueFormats.Builder emoji(String emoji)
The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
emoji - The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on
different operating systems.ReactionValueFormats.Builder shortCode(String shortCode)
The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
shortCode - The emoji short code for the reaction. Short codes are interpreted slightly differently on different
operating systems.ReactionValueFormats.Builder unicode(String unicode)
The Unicode codepoint for the reaction.
unicode - The Unicode codepoint for the reaction.Copyright © 2023. All rights reserved.