public static class TdApi.SetStickerKeywords 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[] |
keywords
List of up to 20 keywords with total length up to 64 characters, which can be used to find the sticker.
|
TdApi.InputFile |
sticker
Sticker.
|
| Constructor and Description |
|---|
SetStickerKeywords()
Default constructor for a function, which changes the list of keywords of a sticker.
|
SetStickerKeywords(TdApi.InputFile sticker,
java.lang.String[] keywords)
Creates a function, which changes the list of keywords of 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[] keywords
public static final int CONSTRUCTOR
public SetStickerKeywords()
Returns Ok
public SetStickerKeywords(TdApi.InputFile sticker, java.lang.String[] keywords)
Returns Ok
sticker - Sticker.keywords - List of up to 20 keywords with total length up to 64 characters, which can be used to find the sticker.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object