public static class TdApi.GetRecentStickers extends TdApi.Function
Returns Stickers
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function