Package it.tdlight.jni
Class TdApi.Backgrounds
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Backgrounds
- Enclosing class:
- TdApi
public static class TdApi.Backgrounds extends TdApi.Object
Contains a list of backgrounds.
-
Field Summary
Fields Modifier and Type Field Description TdApi.Background[]
backgrounds
A list of backgrounds.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description Backgrounds()
Contains a list of backgrounds.Backgrounds(TdApi.Background[] backgrounds)
Contains a list of backgrounds.Backgrounds(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
backgrounds
A list of backgrounds. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
Backgrounds
public Backgrounds()Contains a list of backgrounds. -
Backgrounds
Contains a list of backgrounds.- Parameters:
backgrounds
- Background[] A list of backgrounds.
-
Backgrounds
- 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()
-