public class StickerImpl extends Object implements Sticker
| Modifier and Type | Method and Description |
|---|---|
static Sticker |
createSticker(org.json.JSONObject jsonObject) |
String |
getEmoji()
Gets the emoji that the sticker relates to, can be null
|
String |
getFileId()
Gets the Unique Identifier for this file
|
int |
getHeight()
Gets the height in pixels of the file
|
int |
getSize()
Gets the size of the file
|
PhotoSize |
getThumbnail()
Gets the PhotoSize object relating to the thumbnail for the file, can be null
|
int |
getWidth()
Gets the width in pixels of the file
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdownloadFile, getFileDownloadLinkpublic static Sticker createSticker(org.json.JSONObject jsonObject)
public int getWidth()
getWidth in interface DimensionableFilepublic int getHeight()
getHeight in interface DimensionableFilepublic String getFileId()
public int getSize()
public PhotoSize getThumbnail()
ThumbnailablegetThumbnail in interface ThumbnailableCopyright © 2017. All rights reserved.