Enum Class StickerType

java.lang.Object
java.lang.Enum<StickerType>
io.github.natanimn.telebof.enums.StickerType
All Implemented Interfaces:
Serializable, Comparable<StickerType>, Constable

public enum StickerType extends Enum<StickerType>
Since:
3 March, 2025
  • Enum Constant Details

    • REGULAR

      @SerializedName("regular") public static final StickerType REGULAR
    • MASK

      @SerializedName("mask") public static final StickerType MASK
    • CUSTOM_EMOJI

      @SerializedName("custom_emoji") public static final StickerType CUSTOM_EMOJI
  • Method Details

    • values

      public static StickerType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static StickerType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null