Inherits RichText.
A link to an anchor on the same page.
Public Fields | |
object_ptr< RichText > | text_ |
The link text. | |
string | anchor_name_ |
The anchor name. If the name is empty, the link must bring back to top. | |
string | url_ |
An HTTP URL, opening the anchor. | |
Public Instance Methods | |
richTextAnchorLink () | |
richTextAnchorLink (object_ptr< RichText > &&text_, string const &anchor_name_, string const &url_) | |
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 = -1541418282 |
Identifier uniquely determining a type of the object. | |
A link to an anchor on the same page.
richTextAnchorLink | ( | object_ptr< RichText > && | text_, |
string const & | anchor_name_, | ||
string const & | url_ | ||
) |
A link to an anchor on the same page.
[in] | text_ | The link text. |
[in] | anchor_name_ | The anchor name. If the name is empty, the link must bring back to top. |
[in] | url_ | An HTTP URL, opening the anchor. |
|
finalvirtual |