Package it.tdlight.jni
Class TdApi.StickerSets
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.StickerSets
- Enclosing class:
- TdApi
public static class TdApi.StickerSets extends TdApi.Object
Represents a list of sticker sets.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.StickerSetInfo[]
sets
List of sticker sets.int
totalCount
Approximate total number of sticker sets found. -
Constructor Summary
Constructors Constructor Description StickerSets()
Represents a list of sticker sets.StickerSets(int totalCount, TdApi.StickerSetInfo[] sets)
Represents a list of sticker sets.StickerSets(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
totalCount
public int totalCountApproximate total number of sticker sets found. -
sets
List of sticker sets. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
StickerSets
public StickerSets()Represents a list of sticker sets. -
StickerSets
Represents a list of sticker sets.- Parameters:
totalCount
- int Approximate total number of sticker sets found.sets
- StickerSetInfo[] List of sticker sets.
-
StickerSets
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-