public static class TdApi.RemoveInstalledBackground extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
backgroundId
The background identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
RemoveInstalledBackground()
Default constructor for a function, which removes background from the list of installed backgrounds.
|
RemoveInstalledBackground(long backgroundId)
Creates a function, which removes background from the list of installed backgrounds.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long backgroundId
public static final int CONSTRUCTOR
public RemoveInstalledBackground()
Returns Ok
public RemoveInstalledBackground(long backgroundId)
Returns Ok
backgroundId - The background identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object