Package org.drinkless.tdlib
Class TdApi.InputBackgroundLocal
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InputBackground
-
- org.drinkless.tdlib.TdApi.InputBackgroundLocal
-
- Enclosing class:
- TdApi
public static class TdApi.InputBackgroundLocal extends TdApi.InputBackground
A background from a local file.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.InputFilebackgroundBackground file to use.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description InputBackgroundLocal()A background from a local file.InputBackgroundLocal(TdApi.InputFile background)A background from a local file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
background
public TdApi.InputFile 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.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InputBackgroundLocal
public InputBackgroundLocal()
A background from a local file.
-
InputBackgroundLocal
public InputBackgroundLocal(TdApi.InputFile background)
A background from a local file.- Parameters:
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-