Inherits Object.
Represents a URL linking to an internal Telegram entity.
Public Fields | |
string | url_ |
URL. | |
object_ptr< TMeUrlType > | type_ |
Type of the URL. | |
Public Instance Methods | |
tMeUrl () | |
tMeUrl (string const &url_, object_ptr< TMeUrlType > &&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 = -1140786622 |
Identifier uniquely determining a type of the object. | |
tMeUrl | ( | ) |
Represents a URL linking to an internal Telegram entity.
tMeUrl | ( | string const & | url_, |
object_ptr< TMeUrlType > && | type_ | ||
) |
Represents a URL linking to an internal Telegram entity.
[in] | url_ | URL. |
[in] | type_ | Type of the URL. |
|
finalvirtual |