Package org.drinkless.tdlib
Class TdApi.EmojiStatus
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.EmojiStatus
- Enclosing class:
- TdApi
Describes a custom emoji to be shown instead of the Telegram Premium badge.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the custom emoji in stickerFormatTgs format.intPoint in time (Unix timestamp) when the status will expire; 0 if never. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a custom emoji to be shown instead of the Telegram Premium badge.EmojiStatus(long customEmojiId, int expirationDate) Describes a custom emoji to be shown instead of the Telegram Premium badge. -
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
-
customEmojiId
public long customEmojiIdIdentifier of the custom emoji in stickerFormatTgs format. -
expirationDate
public int expirationDatePoint in time (Unix timestamp) when the status will expire; 0 if never. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
EmojiStatus
public EmojiStatus()Describes a custom emoji to be shown instead of the Telegram Premium badge. -
EmojiStatus
public EmojiStatus(long customEmojiId, int expirationDate) Describes a custom emoji to be shown instead of the Telegram Premium badge.- Parameters:
customEmojiId- Identifier of the custom emoji in stickerFormatTgs format.expirationDate- Point in time (Unix timestamp) when the status will expire; 0 if never.
-
-
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
-