public static class TdApi.RemoveFavoriteSticker 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 delete from the list.
|
Constructor and Description |
---|
RemoveFavoriteSticker()
Default constructor for a function, which removes a sticker from the list of favorite stickers.
|
RemoveFavoriteSticker(TdApi.InputFile sticker)
Creates a function, which removes a sticker from the list of favorite stickers.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile sticker
public static final int CONSTRUCTOR
public RemoveFavoriteSticker()
Returns Ok
public RemoveFavoriteSticker(TdApi.InputFile sticker)
Returns Ok
sticker
- Sticker file to delete from the list.public int getConstructor()
getConstructor
in class TdApi.Function