Package org.drinkless.tdlib
Class TdApi.EmojiStatusTypeUpgradedGift
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.EmojiStatusType
org.drinkless.tdlib.TdApi.EmojiStatusTypeUpgradedGift
- Enclosing class:
- TdApi
An upgraded gift set as emoji status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionColors of the backdrop of the upgraded gift.static final int
Identifier uniquely determining type of the object.Unique name of the upgraded gift that can be used with internalLinkTypeUpgradedGift.The title of the upgraded gift.long
Custom emoji identifier of the model of the upgraded gift.long
Custom emoji identifier of the symbol of the upgraded gift.long
Identifier of the upgraded gift. -
Constructor Summary
ConstructorsConstructorDescriptionAn upgraded gift set as emoji status.EmojiStatusTypeUpgradedGift
(long upgradedGiftId, String giftTitle, String giftName, long modelCustomEmojiId, long symbolCustomEmojiId, TdApi.UpgradedGiftBackdropColors backdropColors) An upgraded gift set as emoji status. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
upgradedGiftId
public long upgradedGiftIdIdentifier of the upgraded gift. -
giftTitle
The title of the upgraded gift. -
giftName
Unique name of the upgraded gift that can be used with internalLinkTypeUpgradedGift. -
modelCustomEmojiId
public long modelCustomEmojiIdCustom emoji identifier of the model of the upgraded gift. -
symbolCustomEmojiId
public long symbolCustomEmojiIdCustom emoji identifier of the symbol of the upgraded gift. -
backdropColors
Colors of the backdrop of the upgraded gift. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
EmojiStatusTypeUpgradedGift
public EmojiStatusTypeUpgradedGift()An upgraded gift set as emoji status. -
EmojiStatusTypeUpgradedGift
public EmojiStatusTypeUpgradedGift(long upgradedGiftId, String giftTitle, String giftName, long modelCustomEmojiId, long symbolCustomEmojiId, TdApi.UpgradedGiftBackdropColors backdropColors) An upgraded gift set as emoji status.- Parameters:
upgradedGiftId
- Identifier of the upgraded gift.giftTitle
- The title of the upgraded gift.giftName
- Unique name of the upgraded gift that can be used with internalLinkTypeUpgradedGift.modelCustomEmojiId
- Custom emoji identifier of the model of the upgraded gift.symbolCustomEmojiId
- Custom emoji identifier of the symbol of the upgraded gift.backdropColors
- Colors of the backdrop of the upgraded gift.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-