Package org.drinkless.tdlib
Class TdApi.StickerFullTypeRegular
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StickerFullType
org.drinkless.tdlib.TdApi.StickerFullTypeRegular
- Enclosing class:
- TdApi
The sticker is a regular sticker.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Premium animation of the sticker; may be null. -
Constructor Summary
ConstructorsConstructorDescriptionThe sticker is a regular sticker.StickerFullTypeRegular(TdApi.File premiumAnimation) The sticker is a regular sticker. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
Constructor Details
-
StickerFullTypeRegular
public StickerFullTypeRegular()The sticker is a regular sticker. -
StickerFullTypeRegular
The sticker is a regular sticker.- Parameters:
premiumAnimation- Premium animation of the sticker; may be null. If present, only Telegram Premium users can use the sticker.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-