public class Sticker extends Object implements IBotApiObject
| Constructor and Description |
|---|
Sticker() |
Sticker(org.json.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmoji() |
String |
getFileId() |
Integer |
getFileSize() |
Integer |
getHeight() |
PhotoSize |
getThumb() |
Integer |
getWidth() |
void |
serialize(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
void |
serializeWithType(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
String |
toString() |
public String getFileId()
public Integer getWidth()
public Integer getHeight()
public PhotoSize getThumb()
public Integer getFileSize()
public String getEmoji()
public void serialize(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers)
throws IOException
serialize in interface com.fasterxml.jackson.databind.JsonSerializableIOExceptionpublic void serializeWithType(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
throws IOException
serializeWithType in interface com.fasterxml.jackson.databind.JsonSerializableIOExceptionCopyright © 2016. All rights reserved.