Inherits RichText.
A reference to a richTexts object on the same page.
Public Fields | |
object_ptr< RichText > | text_ |
The text. | |
string | anchor_name_ |
The name of a richTextAnchor object, which is the first element of the target richTexts object. | |
string | url_ |
An HTTP URL, opening the reference. | |
Public Instance Methods | |
richTextReference () | |
richTextReference (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 = -1147530634 |
Identifier uniquely determining a type of the object. | |
A reference to a richTexts object on the same page.
richTextReference | ( | object_ptr< RichText > && | text_, |
string const & | anchor_name_, | ||
string const & | url_ | ||
) |
A reference to a richTexts object on the same page.
[in] | text_ | The text. |
[in] | anchor_name_ | The name of a richTextAnchor object, which is the first element of the target richTexts object. |
[in] | url_ | An HTTP URL, opening the reference. |
|
finalvirtual |