Module tdlight.api

Class TdApi.TMeUrlTypeStickerSet

Enclosing class:
TdApi

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

    • stickerSetId

      public long stickerSetId
      Identifier of the sticker set.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • TMeUrlTypeStickerSet

      public TMeUrlTypeStickerSet()
      A URL linking to a sticker set.
    • TMeUrlTypeStickerSet

      public TMeUrlTypeStickerSet(long stickerSetId)
      A URL linking to a sticker set.
      Parameters:
      stickerSetId - long Identifier of the sticker set.
    • TMeUrlTypeStickerSet

      public TMeUrlTypeStickerSet(DataInput input) throws IOException
      A URL linking to a sticker set.
      Throws:
      IOException
  • Method Details