Package it.tdlight.jni
Class TdApi.RemoveRecentSticker
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.RemoveRecentSticker
- Enclosing class:
- TdApi
public static class TdApi.RemoveRecentSticker extends TdApi.Function
Removes a sticker from the list of
recently used stickers.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
isAttached
Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers.TdApi.InputFile
sticker
Sticker file to delete. -
Constructor Summary
Constructors Constructor Description RemoveRecentSticker()
Removes a sticker from the list of recently used stickers.RemoveRecentSticker(boolean isAttached, TdApi.InputFile sticker)
Removes a sticker from the list of recently used stickers.RemoveRecentSticker(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
isAttached
public boolean isAttachedPass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers. -
sticker
Sticker file to delete. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
RemoveRecentSticker
public RemoveRecentSticker()Removes a sticker from the list of recently used stickers.Returns
Ok
-
RemoveRecentSticker
Removes a sticker from the list of recently used stickers.Returns
Ok
- Parameters:
isAttached
- boolean Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers.sticker
- InputFile Sticker file to delete.
-
RemoveRecentSticker
- 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()
-