java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputBackground
it.tdlight.jni.TdApi.InputBackgroundRemote
- Enclosing class:
- TdApi
A background from the server.
-
Field Summary
Modifier and TypeFieldDescriptionlong
The background identifier.static final int
-
Constructor Summary
ConstructorDescriptionA background from the server.InputBackgroundRemote
(long backgroundId) A background from the server.InputBackgroundRemote
(DataInput input) A background from the server. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
backgroundId
public long backgroundIdThe background identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputBackgroundRemote
public InputBackgroundRemote()A background from the server. -
InputBackgroundRemote
public InputBackgroundRemote(long backgroundId) A background from the server.- Parameters:
backgroundId
- long The background identifier.
-
InputBackgroundRemote
A background from the server.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-