Package org.drinkless.tdlib
Class TdApi.PushMessageContentSticker
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PushMessageContent
org.drinkless.tdlib.TdApi.PushMessageContentSticker
- Enclosing class:
- TdApi
A message with a sticker.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Emoji 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PushMessageContentSticker
public PushMessageContentSticker()A message with a sticker. -
PushMessageContentSticker
A message with a sticker.- Parameters:
sticker- Message content; may be null.emoji- Emoji corresponding to the sticker; may be empty.isPinned- True, if the message is a pinned message with the specified content.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-