- Enclosing class:
- TdApi
Removes a sticker from the list of
recently used stickers.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
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 file to delete. -
Constructor Summary
ConstructorDescriptionRemoves 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) Removes a sticker from the list of recently used stickers. -
Method Summary
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:
-
-
Constructor Details
-
RemoveRecentSticker
public RemoveRecentSticker()Removes a sticker from the list of recently used stickers. ReturnsOk
-
RemoveRecentSticker
Removes a sticker from the list of recently used stickers. ReturnsOk
- 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
Removes a sticker from the list of recently used stickers. ReturnsOk
- 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()
-