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.intSticker height.Sticker to be sent.Sticker thumbnail; pass null to skip thumbnail uploading.intSticker width. -
Constructor Summary
ConstructorsConstructorDescriptionA sticker message.InputMessageSticker(TdApi.InputFile sticker, TdApi.InputThumbnail thumbnail, int width, int height, 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. -
thumbnail
Sticker thumbnail; pass null to skip thumbnail uploading. -
width
public int widthSticker width. -
height
public int heightSticker height. -
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
public InputMessageSticker(TdApi.InputFile sticker, TdApi.InputThumbnail thumbnail, int width, int height, String emoji) A sticker message.- Parameters:
sticker- Sticker to be sent.thumbnail- Sticker thumbnail; pass null to skip thumbnail uploading.width- Sticker width.height- Sticker height.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
-