- Enclosing class:
- TdApi
Removes a sticker from the list of
recently used stickers.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intbooleanPass 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
ConstructorsConstructorDescriptionRemoves 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-