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 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 for a function, which returns information about a sticker set by its identifier.

        Returns StickerSet

      • GetStickerSet

        public GetStickerSet​(long setId)
        Creates a function, which returns information about a sticker set by its identifier.

        Returns StickerSet

        Parameters:
        setId - Identifier of the sticker set.