Share links

Used to share a prepared message and URL into a chosen chat's text field.

  • Parameters

    • options: { text?: string; url: string } & CommonDeeplinkOptions

    Returns string

Properties

Properties

parse: (url: string) => null | { text?: string; url: string }