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

    Returns string

Properties

Properties

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