Package org.drinkless.tdlib
Class TdApi.RemoveInstalledBackground
- Enclosing class:
- TdApi
Removes background from the list of installed backgrounds.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe background identifier.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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. -
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
-
backgroundId
public long backgroundIdThe background identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RemoveInstalledBackground
public RemoveInstalledBackground()Default constructor for a function, which removes background from the list of installed backgrounds.Returns
Ok -
RemoveInstalledBackground
public RemoveInstalledBackground(long backgroundId) Creates a function, which removes background from the list of installed backgrounds.Returns
Ok- Parameters:
backgroundId- The background identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-