Class Sticker

    • Constructor Detail

      • Sticker

        public Sticker​(GatewayDiscordClient gateway,
                       discord4j.discordjson.json.StickerData data)
    • Method Detail

      • getId

        public Snowflake getId()
        Description copied from interface: Entity
        Gets the Snowflake that uniquely identifies this entity.
        Specified by:
        getId in interface Entity
        Returns:
        The Snowflake that uniquely identifies this entity.
      • getData

        public discord4j.discordjson.json.StickerData getData()
        Gets the data of the sticker.
        Returns:
        The data of the sticker.
      • getPackId

        public Snowflake getPackId()
        Gets the ID of the pack the sticker is from.
        Returns:
        The ID of the pack the sticker is from.
      • getName

        public String getName()
        Gets the name of the sticker.
        Returns:
        The name of the sticker.
      • getDescription

        public String getDescription()
        Gets the description of the sticker.
        Returns:
        The description of the sticker;
      • getTags

        public List<String> getTags()
        Gets the list of tags for the sticker.
        Returns:
        The list of tags for the sticker.
      • getFormatType

        public Sticker.Format getFormatType()
        Gets the type of sticker format.
        Returns:
        The type of sticker format.