Package it.tdlight.jni
Class TdApi.ClearRecentStickers
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ClearRecentStickers
- Enclosing class:
- TdApi
public static class TdApi.ClearRecentStickers extends TdApi.Function
Clears the list of recently used stickers.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
isAttached
Pass true to clear the list of stickers recently attached to photo or video files; pass false to clear the list of recently sent stickers. -
Constructor Summary
Constructors Constructor Description ClearRecentStickers()
Clears the list of recently used stickers.ClearRecentStickers(boolean isAttached)
Clears the list of recently used stickers.ClearRecentStickers(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 clear the list of stickers recently attached to photo or video files; pass false to clear the list of recently sent stickers. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ClearRecentStickers
public ClearRecentStickers()Clears the list of recently used stickers.Returns
Ok
-
ClearRecentStickers
public ClearRecentStickers(boolean isAttached)Clears the list of recently used stickers.Returns
Ok
- Parameters:
isAttached
- boolean Pass true to clear the list of stickers recently attached to photo or video files; pass false to clear the list of recently sent stickers.
-
ClearRecentStickers
- 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()
-