public static class TdApi.AddRecentSticker 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 add the sticker to the list of stickers recently attached to photo or video files; pass false to add the sticker to the list of recently sent stickers.
|
TdApi.InputFile |
sticker
Sticker file to add.
|
| Constructor and Description |
|---|
AddRecentSticker()
Default constructor for a function, which manually adds a new sticker to the list of recently used stickers.
|
AddRecentSticker(boolean isAttached,
TdApi.InputFile sticker)
Creates a function, which manually adds a new sticker to 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 AddRecentSticker()
Returns Stickers
public AddRecentSticker(boolean isAttached,
TdApi.InputFile sticker)
Returns Stickers
isAttached - Pass true to add the sticker to the list of stickers recently attached to photo or video files; pass false to add the sticker to the list of recently sent stickers.sticker - Sticker file to add.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object