java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.EmojiStatus
- Enclosing class:
- TdApi
Describes a custom emoji to be shown
instead of the Telegram Premium badge.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of the custom emoji in stickerFormatTgs format. -
Constructor Summary
ConstructorDescriptionDescribes a custom emoji to be shown instead of the Telegram Premium badge.EmojiStatus
(long customEmojiId) Describes a custom emoji to be shown instead of the Telegram Premium badge.EmojiStatus
(DataInput input) Describes a custom emoji to be shown instead of the Telegram Premium badge. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
customEmojiId
public long customEmojiIdIdentifier of the custom emoji in stickerFormatTgs format. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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) Describes a custom emoji to be shown instead of the Telegram Premium badge.- Parameters:
customEmojiId
- long Identifier of the custom emoji in stickerFormatTgs format.
-
EmojiStatus
Describes a custom emoji to be shown instead of the Telegram Premium badge.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-