public static class TdApi.GetRecentStickers extends TdApi.Function<TdApi.Stickers>
Returns Stickers
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isAttached
Pass true to return stickers and masks that were recently attached to photos or video files; pass false to return recently sent stickers.
|
| Constructor and Description |
|---|
GetRecentStickers()
Default constructor for a function, which returns a list of recently used stickers.
|
GetRecentStickers(boolean isAttached)
Creates a function, which returns a 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 static final int CONSTRUCTOR
public GetRecentStickers()
Returns Stickers
public GetRecentStickers(boolean isAttached)
Returns Stickers
isAttached - Pass true to return stickers and masks that were recently attached to photos or video files; pass false to return recently sent stickers.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object