public static class TdApi.InputBackgroundRemote extends TdApi.InputBackground
| Modifier and Type | Field and Description |
|---|---|
long |
backgroundId
The background identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
InputBackgroundRemote()
A background from the server.
|
InputBackgroundRemote(long backgroundId)
A background from the server.
|
| 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 InputBackgroundRemote()
public InputBackgroundRemote(long backgroundId)
backgroundId - The background identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object