Inherits InternalLinkType.
The link is a link to the main Web App of a bot. Call searchPublicChat with the given bot username, check that the user is a bot and has the main Web App. If the bot can be added to attachment menu, then use getAttachmentMenuBot to receive information about the bot, then if the bot isn't added to side menu, show a disclaimer about Mini Apps being third-party applications, ask the user to accept their Terms of service and confirm adding the bot to side and attachment menu, then if the user accepts the terms and confirms adding, use toggleBotIsAddedToAttachmentMenu to add the bot. Then, use getMainWebApp with the given start parameter and mode and open the returned URL as a Web App.
Public Fields | |
| string | bot_username_ |
| Username of the bot. | |
| string | start_parameter_ |
| Start parameter to be passed to getMainWebApp. | |
| object_ptr< WebAppOpenMode > | mode_ |
| The mode to be passed to getMainWebApp. | |
Public Instance Methods | |
| internalLinkTypeMainWebApp () | |
| internalLinkTypeMainWebApp (string const &bot_username_, string const &start_parameter_, object_ptr< WebAppOpenMode > &&mode_) | |
| 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 = 1574925033 |
| Identifier uniquely determining a type of the object. | |
The link is a link to the main Web App of a bot. Call searchPublicChat with the given bot username, check that the user is a bot and has the main Web App. If the bot can be added to attachment menu, then use getAttachmentMenuBot to receive information about the bot, then if the bot isn't added to side menu, show a disclaimer about Mini Apps being third-party applications, ask the user to accept their Terms of service and confirm adding the bot to side and attachment menu, then if the user accepts the terms and confirms adding, use toggleBotIsAddedToAttachmentMenu to add the bot. Then, use getMainWebApp with the given start parameter and mode and open the returned URL as a Web App.
| internalLinkTypeMainWebApp | ( | string const & | bot_username_, |
| string const & | start_parameter_, | ||
| object_ptr< WebAppOpenMode > && | mode_ | ||
| ) |
The link is a link to the main Web App of a bot. Call searchPublicChat with the given bot username, check that the user is a bot and has the main Web App. If the bot can be added to attachment menu, then use getAttachmentMenuBot to receive information about the bot, then if the bot isn't added to side menu, show a disclaimer about Mini Apps being third-party applications, ask the user to accept their Terms of service and confirm adding the bot to side and attachment menu, then if the user accepts the terms and confirms adding, use toggleBotIsAddedToAttachmentMenu to add the bot. Then, use getMainWebApp with the given start parameter and mode and open the returned URL as a Web App.
| [in] | bot_username_ | Username of the bot. |
| [in] | start_parameter_ | Start parameter to be passed to getMainWebApp. |
| [in] | mode_ | The mode to be passed to getMainWebApp. |
|
finalvirtual |