Inherits Function.
Constructs a persistent HTTP URL for a background.
Returns object_ptr<HttpUrl>.
Public Fields | |
string | name_ |
Background name. | |
object_ptr< BackgroundType > | type_ |
Background type; backgroundTypeChatTheme isn't supported. | |
Public Types | |
using | ReturnType = object_ptr< httpUrl > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getBackgroundUrl () | |
getBackgroundUrl (string const &name_, object_ptr< BackgroundType > &&type_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 733769682 |
Identifier uniquely determining a type of the object. | |
getBackgroundUrl | ( | ) |
Default constructor for a function, which constructs a persistent HTTP URL for a background.
Returns object_ptr<HttpUrl>.
getBackgroundUrl | ( | string const & | name_, |
object_ptr< BackgroundType > && | type_ | ||
) |
Creates a function, which constructs a persistent HTTP URL for a background.
Returns object_ptr<HttpUrl>.
[in] | name_ | Background name. |
[in] | type_ | Background type; backgroundTypeChatTheme isn't supported. |
|
finalvirtual |