public static class TdApi.LinkPreviewTypeSticker extends TdApi.LinkPreviewType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Sticker |
sticker
The sticker.
|
| Constructor and Description |
|---|
LinkPreviewTypeSticker()
The link is a link to a sticker.
|
LinkPreviewTypeSticker(TdApi.Sticker sticker)
The link is a link to a sticker.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Sticker sticker
public static final int CONSTRUCTOR
public LinkPreviewTypeSticker()
public LinkPreviewTypeSticker(TdApi.Sticker sticker)
sticker - The sticker. It can be an arbitrary WEBP image and can have dimensions bigger than 512.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object