java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Sticker
- Enclosing class:
- TdApi
Describes a sticker.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Emoji corresponding to the sticker.int
Sticker height; as defined by the sender.Sticker's outline represented as a list of closed vector paths; may be empty.long
The identifier of the sticker set to which the sticker belongs; 0 if none.File containing the sticker.Sticker thumbnail in WEBP or JPEG format; may be null.Sticker type.int
Sticker width; as defined by the sender. -
Constructor Summary
ConstructorDescriptionSticker()
Describes a sticker.Sticker
(long setId, int width, int height, String emoji, TdApi.StickerType type, TdApi.ClosedVectorPath[] outline, TdApi.Thumbnail thumbnail, TdApi.File sticker) Describes a sticker.Describes a sticker. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
setId
public long setIdThe identifier of the sticker set to which the sticker belongs; 0 if none. -
width
public int widthSticker width; as defined by the sender. -
height
public int heightSticker height; as defined by the sender. -
emoji
Emoji corresponding to the sticker. -
type
Sticker type. -
outline
Sticker's outline represented as a list of closed vector paths; may be empty. The coordinate system origin is in the upper-left corner. -
thumbnail
Sticker thumbnail in WEBP or JPEG format; may be null. -
sticker
File containing the sticker. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
Sticker
public Sticker()Describes a sticker. -
Sticker
public Sticker(long setId, int width, int height, String emoji, TdApi.StickerType type, TdApi.ClosedVectorPath[] outline, TdApi.Thumbnail thumbnail, TdApi.File sticker) Describes a sticker.- Parameters:
setId
- long The identifier of the sticker set to which the sticker belongs; 0 if none.width
- int Sticker width; as defined by the sender.height
- int Sticker height; as defined by the sender.emoji
- String Emoji corresponding to the sticker.type
- StickerType Sticker type.outline
- ClosedVectorPath[] Sticker's outline represented as a list of closed vector paths; may be empty. The coordinate system origin is in the upper-left corner.thumbnail
- Thumbnail Sticker thumbnail in WEBP or JPEG format; may be null.sticker
- File File containing the sticker.
-
Sticker
Describes a sticker.- 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()
-