Package org.drinkless.tdlib
Class TdApi.InputBackgroundRemote
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InputBackground
-
- org.drinkless.tdlib.TdApi.InputBackgroundRemote
-
- Enclosing class:
- TdApi
public static class TdApi.InputBackgroundRemote extends TdApi.InputBackground
A background from the server.
-
-
Field Summary
Fields Modifier and Type Field Description longbackgroundIdThe background identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description InputBackgroundRemote()A background from the server.InputBackgroundRemote(long backgroundId)A background from the server.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
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
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-