Skip to content

Commit 7251a1c

Browse files
updating the documentation to include the null case for older discord clients
1 parent b309ebd commit 7251a1c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/developer_tools/Embedded_App_SDK.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,9 +1337,11 @@ No scopes required
13371337

13381338
#### OpenExternalLinkResponse
13391339

1340-
| Property | Type |
1341-
|----------|---------|
1342-
| opened | boolean |
1340+
> **Note:** `{ opened: null }` is returned on older Discord clients that do not report the result of the open link action.
1341+
1342+
| Property | Type |
1343+
|----------|-----------------|
1344+
| opened | boolean \| null |
13431345

13441346
#### OpenInviteDialogRequest
13451347

0 commit comments

Comments
 (0)