public static class TdApi.InputMessageSticker extends TdApi.InputMessageContent
TdApi.InputMessageContent.Constructors| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
height
Sticker height.
|
TdApi.InputFile |
sticker
Sticker to be sent.
|
TdApi.InputThumbnail |
thumbnail
Sticker thumbnail, if available.
|
int |
width
Sticker width.
|
| Constructor and Description |
|---|
InputMessageSticker()
A sticker message.
|
InputMessageSticker(TdApi.InputFile sticker,
TdApi.InputThumbnail thumbnail,
int width,
int height)
A sticker message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic TdApi.InputFile sticker
public TdApi.InputThumbnail thumbnail
public int width
public int height
public static final int CONSTRUCTOR
public InputMessageSticker()
public InputMessageSticker(TdApi.InputFile sticker, TdApi.InputThumbnail thumbnail, int width, int height)
sticker - Sticker to be sent.thumbnail - Sticker thumbnail, if available.width - Sticker width.height - Sticker height.public int getConstructor()
getConstructor in class TdApi.InputMessageContent