public static class TdApi.LinkPreviewTypeStickerSet extends TdApi.LinkPreviewType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Sticker[] |
stickers
Up to 4 stickers from the sticker set.
|
| Constructor and Description |
|---|
LinkPreviewTypeStickerSet()
The link is a link to a sticker set.
|
LinkPreviewTypeStickerSet(TdApi.Sticker[] stickers)
The link is a link to a sticker set.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Sticker[] stickers
public static final int CONSTRUCTOR
public LinkPreviewTypeStickerSet()
public LinkPreviewTypeStickerSet(TdApi.Sticker[] stickers)
stickers - Up to 4 stickers from the sticker set.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object