public static class TdApi.GetDisallowedChatEmojiStatuses extends TdApi.Function<TdApi.EmojiStatuses>
Returns EmojiStatuses
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetDisallowedChatEmojiStatuses()
Default constructor for a function, which returns the list of emoji statuses, which can't be used as chat emoji status, even they are from a sticker set with isAllowedAsChatEmojiStatus == true.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic static final int CONSTRUCTOR
public GetDisallowedChatEmojiStatuses()
Returns EmojiStatuses
public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object