Class TdApi.UpdateInstalledStickerSets

Enclosing class:
TdApi

public static class TdApi.UpdateInstalledStickerSets extends TdApi.Update
The list of installed sticker sets was updated.
  • Field Details

    • stickerType

      public TdApi.StickerType stickerType
      Type of the affected stickers.
    • stickerSetIds

      public long[] stickerSetIds
      The new list of installed ordinary sticker sets.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateInstalledStickerSets

      public UpdateInstalledStickerSets()
      The list of installed sticker sets was updated.
    • UpdateInstalledStickerSets

      public UpdateInstalledStickerSets(TdApi.StickerType stickerType, long[] stickerSetIds)
      The list of installed sticker sets was updated.
      Parameters:
      stickerType - Type of the affected stickers.
      stickerSetIds - The new list of installed ordinary sticker sets.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR