Class TdApi.StickerSets

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.StickerSets
Enclosing class:
TdApi

public static class TdApi.StickerSets extends TdApi.Object
Represents a list of sticker sets.
  • Field Details

    • totalCount

      public int totalCount
      Approximate total number of sticker sets found.
    • sets

      public TdApi.StickerSetInfo[] sets
      List of sticker sets.
    • CONSTRUCTOR

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

    • StickerSets

      public StickerSets()
      Represents a list of sticker sets.
    • StickerSets

      public StickerSets(int totalCount, TdApi.StickerSetInfo[] sets)
      Represents a list of sticker sets.
      Parameters:
      totalCount - Approximate total number of sticker sets found.
      sets - List of 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