public static class TdApi.ClearRecentStickers extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
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 and Description |
---|
ClearRecentStickers()
Default constructor for a function, which clears the list of recently used stickers.
|
ClearRecentStickers(boolean isAttached)
Creates a function, which clears the list of recently used stickers.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean isAttached
public static final int CONSTRUCTOR
public ClearRecentStickers()
Returns Ok
public ClearRecentStickers(boolean isAttached)
Returns Ok
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.public int getConstructor()
getConstructor
in class TdApi.Function