Class TdApi.GetStickerSet

  • Enclosing class:
    TdApi

    public static class TdApi.GetStickerSet
    extends TdApi.Function
    Returns information about a sticker set by its identifier.

    Returns StickerSet

    • Field Summary

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

      Constructors 
      Constructor Description
      GetStickerSet()
      Default constructor.
      GetStickerSet​(long setId)
      Constructor for initialization of all fields.
    • Field Detail

      • setId

        public long setId
        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

      • GetStickerSet

        public GetStickerSet()
        Default constructor.
      • GetStickerSet

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