public static class TdApi.RemoveStickerFromSet extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputFile |
sticker
Sticker to remove from the set.
|
| Constructor and Description |
|---|
RemoveStickerFromSet()
Default constructor for a function, which removes a sticker from the set to which it belongs.
|
RemoveStickerFromSet(TdApi.InputFile sticker)
Creates a function, which removes a sticker from the set to which it belongs.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.InputFile sticker
public static final int CONSTRUCTOR
public RemoveStickerFromSet()
Returns Ok
public RemoveStickerFromSet(TdApi.InputFile sticker)
Returns Ok
sticker - Sticker to remove from the set.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object