Bot deeplinks

Used to link to bots with a start parameter

  • Parameters

    • options: { parameter: string; username: string } & CommonDeeplinkOptions
      • parameter: string

        Start parameter

      • username: string

        Bot username

    Returns string

Properties

Properties

parse: (url: string) => null | { parameter: string; username: string }