View Source ExTDLib.Object.Background (ExTDLib v0.0.4)

Describes a chat background.

NameTypeDescription
idstringUnique background identifier.
is_defaultboolTrue, if this is one of default backgrounds.
is_darkboolTrue, if the background is dark and is recommended to be used with dark theme.
namestringUnique background name.
documentdocumentDocument with the background; may be null. Null only for filled backgrounds.
typeBackgroundTypeType of the background.

More details on telegram's documentation.