public static class TdApi.RemoveStickerFromSet 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.
|
Constructor and Description |
---|
RemoveStickerFromSet()
Default constructor for a function, which removes a sticker from the set to which it belongs; for bots only.
|
RemoveStickerFromSet(TdApi.InputFile sticker)
Creates a function, which removes a sticker from the set to which it belongs; for bots only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile sticker
public static final int CONSTRUCTOR
public RemoveStickerFromSet()
Returns Ok
public RemoveStickerFromSet(TdApi.InputFile sticker)
Returns Ok
sticker
- Sticker.public int getConstructor()
getConstructor
in class TdApi.Function