public static class TdApi.SetStickerEmojis extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emojis
New string with 1-20 emoji corresponding to the sticker.
|
TdApi.InputFile |
sticker
Sticker.
|
| Constructor and Description |
|---|
SetStickerEmojis()
Default constructor for a function, which changes the list of emojis corresponding to a sticker.
|
SetStickerEmojis(TdApi.InputFile sticker,
java.lang.String emojis)
Creates a function, which changes the list of emojis corresponding to a sticker.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.InputFile sticker
public java.lang.String emojis
public static final int CONSTRUCTOR
public SetStickerEmojis()
Returns Ok
public SetStickerEmojis(TdApi.InputFile sticker, java.lang.String emojis)
Returns Ok
sticker - Sticker.emojis - New string with 1-20 emoji corresponding to the sticker.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object