public static class TdApi.GetBackgroundUrl extends TdApi.Function<TdApi.HttpUrl>
Returns HttpUrl
| 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; backgroundTypeChatTheme isn't supported.
|
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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; backgroundTypeChatTheme isn't supported.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object