Inherits Object.
Contains a caption of another block.
Public Fields | |
object_ptr< RichText > | text_ |
Content of the caption. | |
object_ptr< RichText > | credit_ |
Block credit (like HTML tag <cite>). | |
Public Instance Methods | |
pageBlockCaption () | |
pageBlockCaption (object_ptr< RichText > &&text_, object_ptr< RichText > &&credit_) | |
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 = -1180064650 |
Identifier uniquely determining a type of the object. | |
pageBlockCaption | ( | ) |
Contains a caption of another block.
pageBlockCaption | ( | object_ptr< RichText > && | text_, |
object_ptr< RichText > && | credit_ | ||
) |
Contains a caption of another block.
[in] | text_ | Content of the caption. |
[in] | credit_ | Block credit (like HTML tag <cite>). |
|
finalvirtual |