java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentSticker
- Enclosing class:
- TdApi
A message with a sticker.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intEmoji corresponding to the sticker; may be empty.booleanTrue, if the message is a pinned message with the specified content.Message content; may be null. -
Constructor Summary
ConstructorsConstructorDescriptionA message with a sticker.PushMessageContentSticker(TdApi.Sticker sticker, String emoji, boolean isPinned) A message with a sticker.A message with a sticker. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
sticker
Message content; may be null. -
emoji
Emoji corresponding to the sticker; may be empty. -
isPinned
public boolean isPinnedTrue, if the message is a pinned message with the specified content. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PushMessageContentSticker
public PushMessageContentSticker()A message with a sticker. -
PushMessageContentSticker
A message with a sticker.- Parameters:
sticker- Sticker Message content; may be null.emoji- String Emoji corresponding to the sticker; may be empty.isPinned- boolean True, if the message is a pinned message with the specified content.
-
PushMessageContentSticker
A message with a sticker.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-