Package org.drinkless.tdlib
Class TdApi.InputMessageSticker
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputMessageContent
org.drinkless.tdlib.TdApi.InputMessageSticker
- Enclosing class:
- TdApi
A sticker message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Emoji used to choose the sticker.Sticker to be sent. -
Constructor Summary
ConstructorsConstructorDescriptionA sticker message.InputMessageSticker(TdApi.InputSticker sticker, String emoji) A sticker message. -
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
Sticker to be sent. -
emoji
Emoji used to choose the sticker. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageSticker
public InputMessageSticker()A sticker message. -
InputMessageSticker
A sticker message.- Parameters:
sticker- Sticker to be sent.emoji- Emoji used to choose the sticker.
-
-
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
-