public static class TdApi.InputBackgroundLocal extends TdApi.InputBackground
TdApi.InputBackground.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.InputFile |
background
Background file to use.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
InputBackgroundLocal()
A background from a local file.
|
InputBackgroundLocal(TdApi.InputFile background)
A background from a local file.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile background
public static final int CONSTRUCTOR
public InputBackgroundLocal()
public InputBackgroundLocal(TdApi.InputFile background)
background
- Background file to use. Only inputFileLocal and inputFileGenerated are supported. The file must be in JPEG format for wallpapers and in PNG format for patterns.public int getConstructor()
getConstructor
in class TdApi.InputBackground