Module tdlight.api

Class TdApi.GetStickerSet

Enclosing class:
TdApi

public static final class TdApi.GetStickerSet extends TdApi.Function<TdApi.StickerSet>
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:
  • 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
      Returns information about a sticker set by its identifier. Returns StickerSet
      Throws:
      IOException
  • Method Details