public static class TdApi.Sticker extends TdApi.TLObject
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining TL-type of object
|
java.lang.String |
emoji
Emoji corresponding to sticker.
|
int |
height
Sticker height as defined by sender.
|
double |
rating
Rating of the sticker, non-negative.
|
long |
setId
Identifier of sticker set to which the sticker belongs or 0 if none.
|
TdApi.File |
sticker
File with sticker.
|
TdApi.PhotoSize |
thumb
Sticker thumb in webp or jpeg format.
|
int |
width
Sticker width as defined by sender.
|
Constructor and Description |
---|
Sticker()
Default constructor.
|
Sticker(long setId,
int width,
int height,
java.lang.String emoji,
double rating,
TdApi.PhotoSize thumb,
TdApi.File sticker)
Constructor for initialization of all fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long setId
public int width
public int height
public java.lang.String emoji
public double rating
public TdApi.PhotoSize thumb
public TdApi.File sticker
public static final int CONSTRUCTOR
public Sticker()
public Sticker(long setId, int width, int height, java.lang.String emoji, double rating, TdApi.PhotoSize thumb, TdApi.File sticker)
public int getConstructor()
getConstructor
in class TdApi.TLObject