Package org.drinkless.tdlib
Class TdApi.EmojiStatus
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.EmojiStatus
- Enclosing class:
- TdApi
Describes an emoji to be shown instead of the Telegram Premium badge.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Point in time (Unix timestamp) when the status will expire; 0 if never.Type of the emoji status. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes an emoji to be shown instead of the Telegram Premium badge.EmojiStatus
(TdApi.EmojiStatusType type, int expirationDate) Describes an emoji to be shown instead of the Telegram Premium badge. -
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
-
type
Type of the emoji status. -
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 an emoji to be shown instead of the Telegram Premium badge. -
EmojiStatus
Describes an emoji to be shown instead of the Telegram Premium badge.- Parameters:
type
- Type of the emoji status.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.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-