Named bot web app links

Used to share named bot web apps.

These links are different from bot attachment menu deep links, because they don't require the user to install an attachment menu, and a single bot can offer multiple named web apps, distinguished by their short_name.

  • Parameters

    • options: { app: string; bot: string; parameter?: string } & CommonDeeplinkOptions
      • app: string

        App short name

      • bot: string

        Bot username

      • Optionalparameter?: string

        Parameter to be passed by the client to messages.requestAppWebView as start_param

    Returns string

Properties

Properties

parse: (url: string) => null | { app: string; bot: string; parameter?: string }