From d0ca5b8b6ef5a015f8157c814faa97730c6e9448 Mon Sep 17 00:00:00 2001 From: sohey Date: Tue, 25 Nov 2025 16:05:29 +0100 Subject: [PATCH 1/2] moved deeplink before grouplink --- docs/mini-apps/core-concepts/navigation.mdx | 23 ++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/docs/mini-apps/core-concepts/navigation.mdx b/docs/mini-apps/core-concepts/navigation.mdx index 434f41cb..29277aad 100644 --- a/docs/mini-apps/core-concepts/navigation.mdx +++ b/docs/mini-apps/core-concepts/navigation.mdx @@ -256,6 +256,17 @@ Launch your mini app directly from external sources like websites, QR codes, or Launch Mini App ``` +### Direct Messages (Users or Agents) + +Start a private conversation with a specific user or agent. + +```typescript DeeplinkDM.tsx + +``` ### Group Messages @@ -291,18 +302,6 @@ Use the `conversationID` as a button: ``` -### Direct Messages (Users or Agents) - -Start a private conversation with a specific user or agent. - -```typescript DeeplinkDM.tsx - -``` - ## Schema ### Group Message Parameters From 9da0b7ea2397511ad72464afb993d36ea458084c Mon Sep 17 00:00:00 2001 From: sohey Date: Tue, 25 Nov 2025 18:00:06 +0100 Subject: [PATCH 2/2] added category --- docs/mini-apps/core-concepts/navigation.mdx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/mini-apps/core-concepts/navigation.mdx b/docs/mini-apps/core-concepts/navigation.mdx index 29277aad..bbdef16f 100644 --- a/docs/mini-apps/core-concepts/navigation.mdx +++ b/docs/mini-apps/core-concepts/navigation.mdx @@ -256,19 +256,23 @@ Launch your mini app directly from external sources like websites, QR codes, or Launch Mini App ``` -### Direct Messages (Users or Agents) + + +### Chat Deeplinks + +#### Direct Messages (Users or Agents) Start a private conversation with a specific user or agent. ```typescript DeeplinkDM.tsx ``` -### Group Messages + +#### Group Messages Navigate users directly to a specific group chat conversation.