Package org.drinkless.tdlib
Class TdApi.UpdateStickerSet
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateStickerSet
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateStickerSet extends TdApi.Update
A sticker set has changed.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.StickerSetstickerSetThe sticker set.
-
Constructor Summary
Constructors Constructor Description UpdateStickerSet()A sticker set has changed.UpdateStickerSet(TdApi.StickerSet stickerSet)A sticker set has changed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
stickerSet
public TdApi.StickerSet stickerSet
The sticker set.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateStickerSet
public UpdateStickerSet()
A sticker set has changed.
-
UpdateStickerSet
public UpdateStickerSet(TdApi.StickerSet stickerSet)
A sticker set has changed.- Parameters:
stickerSet- The sticker set.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-