public static class TdApi.SetEmojiStatus extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.EmojiStatus |
emojiStatus
New emoji status; pass null to switch to the default badge.
|
| Constructor and Description |
|---|
SetEmojiStatus()
Default constructor for a function, which changes the emoji status of the current user; for Telegram Premium users only.
|
SetEmojiStatus(TdApi.EmojiStatus emojiStatus)
Creates a function, which changes the emoji status of the current user; for Telegram Premium users only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.EmojiStatus emojiStatus
public static final int CONSTRUCTOR
public SetEmojiStatus()
Returns Ok
public SetEmojiStatus(TdApi.EmojiStatus emojiStatus)
Returns Ok
emojiStatus - New emoji status; pass null to switch to the default badge.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object