public static class TdApi.MessageSticker extends TdApi.MessageContent
TdApi.MessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Sticker |
sticker
The sticker description.
|
Constructor and Description |
---|
MessageSticker()
A sticker message.
|
MessageSticker(TdApi.Sticker sticker)
A sticker message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Sticker sticker
public static final int CONSTRUCTOR
public MessageSticker()
public MessageSticker(TdApi.Sticker sticker)
sticker
- The sticker description.public int getConstructor()
getConstructor
in class TdApi.MessageContent