public class TLMessagesStickerSet extends TLObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
| Constructor and Description |
|---|
TLMessagesStickerSet()
Instantiates a new TL stickers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
int |
getClassId()
Getting TL Class identification
|
TLVector<TLDocument> |
getDocuments()
Gets documents.
|
TLVector<TLStickerPack> |
getPacks() |
TLStickerSet |
getSet() |
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setDocuments(TLVector<TLDocument> documents)
Sets documents.
|
void |
setPacks(TLVector<TLStickerPack> packs) |
void |
setSet(TLStickerSet set) |
String |
toString()
Custom toString method
|
deserialize, serialize, serializepublic static final int CLASS_ID
public TLMessagesStickerSet()
public int getClassId()
TLObjectgetClassId in class TLObjectpublic TLVector<TLStickerPack> getPacks()
public void setPacks(TLVector<TLStickerPack> packs)
public TLStickerSet getSet()
public void setSet(TLStickerSet set)
public TLVector<TLDocument> getDocuments()
public void setDocuments(TLVector<TLDocument> documents)
documents - the documentspublic void serializeBody(OutputStream stream) throws IOException
TLObjectserializeBody in class TLObjectstream - destination streamIOExceptionpublic void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObjectdeserializeBody in class TLObjectstream - source streamcontext - tl contextIOExceptionCopyright © 2017. All rights reserved.