Package org.drinkless.tdlib
Class TdApi.GetStickerSet
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.GetStickerSet
-
- Enclosing class:
- TdApi
public static class TdApi.GetStickerSet extends TdApi.Function
Returns information about a sticker set by its identifier.Returns
StickerSet
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.longsetIdIdentifier of the sticker set.
-
Constructor Summary
Constructors Constructor Description GetStickerSet()Default constructor for a function, which returns information about a sticker set by its identifier.GetStickerSet(long setId)Creates a function, which returns information about a sticker set by its identifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
setId
public long setId
Identifier of the sticker set.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetStickerSet
public GetStickerSet()
Default constructor for a function, which returns information about a sticker set by its identifier.Returns
StickerSet
-
GetStickerSet
public GetStickerSet(long setId)
Creates a function, which returns information about a sticker set by its identifier.Returns
StickerSet- Parameters:
setId- Identifier of the sticker set.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-