java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageSticker
- Enclosing class:
- TdApi
A sticker message.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if premium animation of the sticker must be played.The sticker description. -
Constructor Summary
ConstructorDescriptionA sticker message.MessageSticker
(TdApi.Sticker sticker, boolean isPremium) A sticker message.MessageSticker
(DataInput input) A sticker message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
sticker
The sticker description. -
isPremium
public boolean isPremiumTrue, if premium animation of the sticker must be played. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageSticker
public MessageSticker()A sticker message. -
MessageSticker
A sticker message.- Parameters:
sticker
- Sticker The sticker description.isPremium
- boolean True, if premium animation of the sticker must be played.
-
MessageSticker
A sticker message.- 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()
-