java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputSticker
- Enclosing class:
- TdApi
A sticker to be added to a sticker set.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.String with 1-20 emoji corresponding to the sticker.String[]
List of up to 20 keywords with total length up to 64 characters, which can be used to find the sticker.Position where the mask is placed; pass null if not specified.File with the sticker; must fit in a 512x512 square. -
Constructor Summary
ConstructorDescriptionA sticker to be added to a sticker set.InputSticker
(TdApi.InputFile sticker, String emojis, TdApi.MaskPosition maskPosition, String[] keywords) A sticker to be added to a sticker set.InputSticker
(DataInput input) A sticker to be added to a sticker set. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
sticker
File with the sticker; must fit in a 512x512 square. For WEBP stickers the file must be in WEBP or PNG format, which will be converted to WEBP server-side. See https://core.telegram.org/animated_stickers#technical-requirements for technical requirements. -
emojis
String with 1-20 emoji corresponding to the sticker. -
maskPosition
Position where the mask is placed; pass null if not specified. -
keywords
List of up to 20 keywords with total length up to 64 characters, which can be used to find the sticker. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputSticker
public InputSticker()A sticker to be added to a sticker set. -
InputSticker
public InputSticker(TdApi.InputFile sticker, String emojis, TdApi.MaskPosition maskPosition, String[] keywords) A sticker to be added to a sticker set.- Parameters:
sticker
- File with the sticker; must fit in a 512x512 square. For WEBP stickers the file must be in WEBP or PNG format, which will be converted to WEBP server-side. See https://core.telegram.org/animated_stickers#technical-requirements for technical requirements.emojis
- String with 1-20 emoji corresponding to the sticker.maskPosition
- Position where the mask is placed; pass null if not specified.keywords
- List of up to 20 keywords with total length up to 64 characters, which can be used to find the sticker.
-
InputSticker
A sticker to be added to a sticker set.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-