Package it.tdlight.jni
Class TdApi.GetAttachedStickerSets
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetAttachedStickerSets
- Enclosing class:
- TdApi
public static class TdApi.GetAttachedStickerSets extends TdApi.Function
Returns a list of sticker sets attached
to a file. Currently only photos and
videos can have attached sticker sets.
Returns StickerSets
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
fileId
File identifier. -
Constructor Summary
Constructors Constructor Description GetAttachedStickerSets()
Returns a list of sticker sets attached to a file.GetAttachedStickerSets(int fileId)
Returns a list of sticker sets attached to a file.GetAttachedStickerSets(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
fileId
public int fileIdFile identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetAttachedStickerSets
public GetAttachedStickerSets()Returns a list of sticker sets attached to a file. Currently only photos and videos can have attached sticker sets.Returns
StickerSets
-
GetAttachedStickerSets
public GetAttachedStickerSets(int fileId)Returns a list of sticker sets attached to a file. Currently only photos and videos can have attached sticker sets.Returns
StickerSets
- Parameters:
fileId
- int File identifier.
-
GetAttachedStickerSets
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-