Module tdlight.api

Class TdApi.StickerSetInfo

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.StickerSetInfo
Enclosing class:
TdApi

public static final class TdApi.StickerSetInfo extends TdApi.Object
Represents short information about a sticker set.
  • Field Details

    • id

      public long id
      Identifier of the sticker set.
    • title

      public String title
      Title of the sticker set.
    • name

      public String name
      Name of the sticker set.
    • thumbnail

      public TdApi.Thumbnail thumbnail
      Sticker set thumbnail in WEBP, TGS, or WEBM format with width and height 100; may be null. The file can be downloaded only before the thumbnail is changed.
    • thumbnailOutline

      public TdApi.ClosedVectorPath[] thumbnailOutline
      Sticker set thumbnail's outline represented as a list of closed vector paths; may be empty. The coordinate system origin is in the upper-left corner.
    • isInstalled

      public boolean isInstalled
      True, if the sticker set has been installed by the current user.
    • isArchived

      public boolean isArchived
      True, if the sticker set has been archived. A sticker set can't be installed and archived simultaneously.
    • isOfficial

      public boolean isOfficial
      True, if the sticker set is official.
    • stickerFormat

      public TdApi.StickerFormat stickerFormat
      Format of the stickers in the set.
    • stickerType

      public TdApi.StickerType stickerType
      Type of the stickers in the set.
    • needsRepainting

      public boolean needsRepainting
      True, if stickers in the sticker set are custom emoji that must be repainted; for custom emoji sticker sets only.
    • isAllowedAsChatEmojiStatus

      public boolean isAllowedAsChatEmojiStatus
      True, if stickers in the sticker set are custom emoji that can be used as chat emoji status; for custom emoji sticker sets only.
    • isViewed

      public boolean isViewed
      True for already viewed trending sticker sets.
    • size

      public int size
      Total number of stickers in the set.
    • covers

      public TdApi.Sticker[] covers
      Up to the first 5 stickers from the set, depending on the context. If the application needs more stickers the full sticker set needs to be requested.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • StickerSetInfo

      public StickerSetInfo()
      Represents short information about a sticker set.
    • StickerSetInfo

      public StickerSetInfo(long id, String title, String name, TdApi.Thumbnail thumbnail, TdApi.ClosedVectorPath[] thumbnailOutline, boolean isInstalled, boolean isArchived, boolean isOfficial, TdApi.StickerFormat stickerFormat, TdApi.StickerType stickerType, boolean needsRepainting, boolean isAllowedAsChatEmojiStatus, boolean isViewed, int size, TdApi.Sticker[] covers)
      Represents short information about a sticker set.
      Parameters:
      id - Identifier of the sticker set.
      title - Title of the sticker set.
      name - Name of the sticker set.
      thumbnail - Sticker set thumbnail in WEBP, TGS, or WEBM format with width and height 100; may be null. The file can be downloaded only before the thumbnail is changed.
      thumbnailOutline - Sticker set thumbnail's outline represented as a list of closed vector paths; may be empty. The coordinate system origin is in the upper-left corner.
      isInstalled - True, if the sticker set has been installed by the current user.
      isArchived - True, if the sticker set has been archived. A sticker set can't be installed and archived simultaneously.
      isOfficial - True, if the sticker set is official.
      stickerFormat - Format of the stickers in the set.
      stickerType - Type of the stickers in the set.
      needsRepainting - True, if stickers in the sticker set are custom emoji that must be repainted; for custom emoji sticker sets only.
      isAllowedAsChatEmojiStatus - True, if stickers in the sticker set are custom emoji that can be used as chat emoji status; for custom emoji sticker sets only.
      isViewed - True for already viewed trending sticker sets.
      size - Total number of stickers in the set.
      covers - Up to the first 5 stickers from the set, depending on the context. If the application needs more stickers the full sticker set needs to be requested.
    • StickerSetInfo

      public StickerSetInfo(DataInput input) throws IOException
      Represents short information about a sticker set.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object