public static class TdApi.SearchBackground extends TdApi.Function<TdApi.Background>
Returns Background
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
The name of the background.
|
| Constructor and Description |
|---|
SearchBackground()
Default constructor for a function, which searches for a background by its name.
|
SearchBackground(java.lang.String name)
Creates a function, which searches for a background by its name.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String name
public static final int CONSTRUCTOR
public SearchBackground()
Returns Background
public SearchBackground(java.lang.String name)
Returns Background
name - The name of the background.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object