Game links

Used to share games.

  • Parameters

    • options: { bot: string; game: string } & CommonDeeplinkOptions
      • bot: string

        Bot username

      • game: string

        Game short name

    Returns string

Properties

Properties

parse: (url: string) => null | { bot: string; game: string }