Interface ReactionValueFormats.Builder

    • Method Detail

      • emoji

        ReactionValueFormats.Builder emoji​(String emoji)

        The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.

        Parameters:
        emoji - The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shortCode

        ReactionValueFormats.Builder shortCode​(String shortCode)

        The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.

        Parameters:
        shortCode - The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unicode

        ReactionValueFormats.Builder unicode​(String unicode)

        The Unicode codepoint for the reaction.

        Parameters:
        unicode - The Unicode codepoint for the reaction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.