Package org.drinkless.tdlib
Class TdApi.RemoveBackground
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.RemoveBackground
-
- Enclosing class:
- TdApi
public static class TdApi.RemoveBackground extends TdApi.Function
Removes background from the list of installed backgrounds.Returns
Ok
-
-
Field Summary
Fields Modifier and Type Field Description longbackgroundIdThe background identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
backgroundId
public long backgroundId
The background identifier.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RemoveBackground
public RemoveBackground()
Default constructor for a function, which removes background from the list of installed backgrounds.Returns
Ok
-
RemoveBackground
public RemoveBackground(long backgroundId)
Creates a function, which removes background from the list of installed backgrounds.Returns
Ok- Parameters:
backgroundId- The background identifier.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-