public static class TdApi.EmojiStatus extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
customEmojiId
Identifier of the custom emoji in stickerFormatTgs format.
|
int |
expirationDate
Point in time (Unix timestamp) when the status will expire; 0 if never.
|
| Constructor and Description |
|---|
EmojiStatus()
Describes 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long customEmojiId
public int expirationDate
public static final int CONSTRUCTOR
public EmojiStatus()
public EmojiStatus(long customEmojiId,
int expirationDate)
customEmojiId - Identifier of the custom emoji in stickerFormatTgs format.expirationDate - Point in time (Unix timestamp) when the status will expire; 0 if never.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object