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
FieldsModifier and TypeFieldDescriptionlongThe background identifier.static final int -
Constructor Summary
ConstructorsConstructorDescriptionA 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-