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 Details

    • setId

      public long setId
      Identifier of the sticker set.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetStickerSet

      public GetStickerSet()
      Returns information about a sticker set by its identifier.

      Returns StickerSet

    • GetStickerSet

      public GetStickerSet​(long setId)
      Returns information about a sticker set by its identifier.

      Returns StickerSet

      Parameters:
      setId - long Identifier of the sticker set.
    • GetStickerSet

      public GetStickerSet​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details