public static class TdApi.AddFavoriteSticker extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputFile |
sticker
Sticker file to add.
|
Constructor and Description |
---|
AddFavoriteSticker()
Default constructor for a function, which adds a new sticker to the list of favorite stickers.
|
AddFavoriteSticker(TdApi.InputFile sticker)
Creates a function, which adds a new sticker to the list of favorite stickers.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile sticker
public static final int CONSTRUCTOR
public AddFavoriteSticker()
Returns Ok
public AddFavoriteSticker(TdApi.InputFile sticker)
Returns Ok
sticker
- Sticker file to add.public int getConstructor()
getConstructor
in class TdApi.Function