Package it.tdlight.jni
Class TdApi.Stickers
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Stickers
- Enclosing class:
- TdApi
public static class TdApi.Stickers extends TdApi.Object
Represents a list of stickers.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.Sticker[]
stickers
List of stickers. -
Constructor Summary
Constructors Constructor Description Stickers()
Represents a list of stickers.Stickers(TdApi.Sticker[] stickers)
Represents a list of stickers.Stickers(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
-
stickers
List of stickers. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
Stickers
public Stickers()Represents a list of stickers. -
Stickers
Represents a list of stickers.- Parameters:
stickers
- Sticker[] List of stickers.
-
Stickers
- 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()
-