Package org.drinkless.tdlib
Class TdApi.GetBackgroundUrl
- Enclosing class:
- TdApi
Constructs a persistent HTTP URL for a background.
Returns HttpUrl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Background name.Background type; backgroundTypeChatTheme isn't supported. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which constructs a persistent HTTP URL for a background.GetBackgroundUrl(String name, TdApi.BackgroundType type) Creates a function, which constructs a persistent HTTP URL for a background. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
name
Background name. -
type
Background type; backgroundTypeChatTheme isn't supported. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetBackgroundUrl
public GetBackgroundUrl()Default constructor for a function, which constructs a persistent HTTP URL for a background.Returns
HttpUrl -
GetBackgroundUrl
Creates a function, which constructs a persistent HTTP URL for a background.Returns
HttpUrl- Parameters:
name- Background name.type- Background type; backgroundTypeChatTheme isn't supported.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-