Package it.tdlight.jni
Class TdApi.Background
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Background
- Enclosing class:
- TdApi
public static class TdApi.Background extends TdApi.Object
Describes a chat background.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.Document
document
Document with the background; may be null.long
id
Unique background identifier.boolean
isDark
True, if the background is dark and is recommended to be used with dark theme.boolean
isDefault
True, if this is one of default backgrounds.String
name
Unique background name.TdApi.BackgroundType
type
Type of the background. -
Constructor Summary
Constructors Constructor Description Background()
Describes a chat background.Background(long id, boolean isDefault, boolean isDark, String name, TdApi.Document document, TdApi.BackgroundType type)
Describes a chat background.Background(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
-
id
public long idUnique background identifier. -
isDefault
public boolean isDefaultTrue, if this is one of default backgrounds. -
isDark
public boolean isDarkTrue, if the background is dark and is recommended to be used with dark theme. -
name
Unique background name. -
document
Document with the background; may be null. Null only for filled backgrounds. -
type
Type of the background. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
Background
public Background()Describes a chat background. -
Background
public Background(long id, boolean isDefault, boolean isDark, String name, TdApi.Document document, TdApi.BackgroundType type)Describes a chat background.- Parameters:
id
- long Unique background identifier.isDefault
- boolean True, if this is one of default backgrounds.isDark
- boolean True, if the background is dark and is recommended to be used with dark theme.name
- String Unique background name.document
- Document Document with the background; may be null. Null only for filled backgrounds.type
- BackgroundType Type of the background.
-
Background
- 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()
-