Class TdApi.TMeUrlTypeStickerSet

  • Enclosing class:
    TdApi

    public static class TdApi.TMeUrlTypeStickerSet
    extends TdApi.TMeUrlType
    A URL linking to a sticker set.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      long stickerSetId
      Identifier of the sticker set.
    • Field Detail

      • stickerSetId

        public long stickerSetId
        Identifier of the sticker set.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TMeUrlTypeStickerSet

        public TMeUrlTypeStickerSet()
        Default constructor.
      • TMeUrlTypeStickerSet

        public TMeUrlTypeStickerSet​(long stickerSetId)
        Constructor for initialization of all fields.
        Parameters:
        stickerSetId - Identifier of the sticker set.