Class TdApi.TMeUrlTypeStickerSet

Enclosing class:
TdApi

public static 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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details