public static class TdApi.GetStickerOutline extends TdApi.Function<TdApi.Outline>
Returns Outline
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
forAnimatedEmoji
Pass true to get the outline scaled for animated emoji.
|
boolean |
forClickedAnimatedEmojiMessage
Pass true to get the outline scaled for clicked animated emoji message.
|
int |
stickerFileId
File identifier of the sticker.
|
| Constructor and Description |
|---|
GetStickerOutline()
Default constructor for a function, which returns outline of a sticker; this is an offline request.
|
GetStickerOutline(int stickerFileId,
boolean forAnimatedEmoji,
boolean forClickedAnimatedEmojiMessage)
Creates a function, which returns outline of a sticker; this is an offline request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int stickerFileId
public boolean forAnimatedEmoji
public boolean forClickedAnimatedEmojiMessage
public static final int CONSTRUCTOR
public GetStickerOutline()
Returns Outline
public GetStickerOutline(int stickerFileId,
boolean forAnimatedEmoji,
boolean forClickedAnimatedEmojiMessage)
Returns Outline
stickerFileId - File identifier of the sticker.forAnimatedEmoji - Pass true to get the outline scaled for animated emoji.forClickedAnimatedEmojiMessage - Pass true to get the outline scaled for clicked animated emoji message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object