Interface DeepLinkInfo

Contains information about a tg: deep link.

interface DeepLinkInfo {
    @type: "deepLinkInfo";
    need_update_application?: boolean;
    text: FormattedText;
}

Properties

@type: "deepLinkInfo"
need_update_application?: boolean

True, if the user must be asked to update the application.

Text to be shown to the user.