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