public static class TdApi.GetBackgroundUrl extends TdApi.Function
Returns HttpUrl
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
Background name.
|
TdApi.BackgroundType |
type
Background type.
|
Constructor and Description |
---|
GetBackgroundUrl()
Default constructor for a function, which constructs a persistent HTTP URL for a background.
|
GetBackgroundUrl(java.lang.String name,
TdApi.BackgroundType type)
Creates a function, which constructs a persistent HTTP URL for a background.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String name
public TdApi.BackgroundType type
public static final int CONSTRUCTOR
public GetBackgroundUrl()
Returns HttpUrl
public GetBackgroundUrl(java.lang.String name, TdApi.BackgroundType type)
Returns HttpUrl
name
- Background name.type
- Background type.public int getConstructor()
getConstructor
in class TdApi.Function