- Enclosing class:
- TdApi
Returns a list of sticker sets attached
to a file, including regular, mask,
and emoji sticker sets. Currently,
only animations, photos, and videos
can have attached sticker sets.
Returns
StickerSets
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReturns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets.GetAttachedStickerSets
(int fileId) Returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets.GetAttachedStickerSets
(DataInput input) Returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets. -
Method Summary
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:
-
-
Constructor Details
-
GetAttachedStickerSets
public GetAttachedStickerSets()Returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets. Currently, only animations, photos, and videos can have attached sticker sets. ReturnsStickerSets
-
GetAttachedStickerSets
public GetAttachedStickerSets(int fileId) Returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets. Currently, only animations, photos, and videos can have attached sticker sets. ReturnsStickerSets
- Parameters:
fileId
- int File identifier.
-
GetAttachedStickerSets
Returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets. Currently, only animations, photos, and videos can have attached sticker sets. ReturnsStickerSets
- 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()
-