public static class TdApi.RemoveRecentSticker extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
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 and Description |
|---|
RemoveRecentSticker()
Default constructor for a function, which removes a sticker from the list of recently used stickers.
|
RemoveRecentSticker(boolean isAttached,
TdApi.InputFile sticker)
Creates a function, which removes a sticker from the list of recently used stickers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean isAttached
public TdApi.InputFile sticker
public static final int CONSTRUCTOR
public RemoveRecentSticker()
Returns Ok
public RemoveRecentSticker(boolean isAttached,
TdApi.InputFile sticker)
Returns Ok
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.sticker - Sticker file to delete.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object