Inherits Object.
Contains information about a tg: deep link.
Public Fields | |
object_ptr< formattedText > | text_ |
Text to be shown to the user. | |
bool | need_update_application_ |
True, if the user must be asked to update the application. | |
Public Instance Methods | |
deepLinkInfo () | |
deepLinkInfo (object_ptr< formattedText > &&text_, bool need_update_application_) | |
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 = 1864081662 |
Identifier uniquely determining a type of the object. | |
deepLinkInfo | ( | ) |
Contains information about a tg: deep link.
deepLinkInfo | ( | object_ptr< formattedText > && | text_, |
bool | need_update_application_ | ||
) |
Contains information about a tg: deep link.
[in] | text_ | Text to be shown to the user. |
[in] | need_update_application_ | True, if the user must be asked to update the application. |
|
finalvirtual |