Package org.drinkless.tdlib
Class TdApi.SearchBackground
- Enclosing class:
TdApi
Searches for a background by its name.
Returns Background
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The name of the background. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which searches for a background by its name.SearchBackground(String name) Creates a function, which searches for a background by its name. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
name
The name of the background. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SearchBackground
public SearchBackground()Default constructor for a function, which searches for a background by its name.Returns
Background -
SearchBackground
Creates a function, which searches for a background by its name.Returns
Background- Parameters:
name- The name of the background.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.Background>- Returns:
- this.CONSTRUCTOR
-