- Enclosing class:
- TdApi
Returns emoji corresponding to a sticker. The list is only for
informational purposes, because a sticker is always sent with a fixed
emoji from the corresponding Sticker object.
Returns Emojis
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Sticker file identifier. -
Constructor Summary
ConstructorDescriptionReturns emoji corresponding to a sticker.GetStickerEmojis
(TdApi.InputFile sticker) Returns emoji corresponding to a sticker.GetStickerEmojis
(DataInput input) Returns emoji corresponding to a sticker. -
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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
sticker
Sticker file identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetStickerEmojis
public GetStickerEmojis()Returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.Returns
Emojis
-
GetStickerEmojis
Returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.Returns
Emojis
- Parameters:
sticker
- Sticker file identifier.Returns
Emojis
-
GetStickerEmojis
Returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.Returns
Emojis
- 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()
-