mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-09-18 17:27:25 +00:00
fix(User): use Snowflake for DM recipient_id (#1612)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
1506ff0d2b
commit
3a296fa929
Generated
+1
-1
@@ -101,7 +101,7 @@ export interface RESTPostAPICurrentUserCreateDMChannelJSONBody {
|
||||
/**
|
||||
* The recipient to open a DM channel with
|
||||
*/
|
||||
recipient_id: string;
|
||||
recipient_id: Snowflake;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Generated
+1
-1
@@ -101,7 +101,7 @@ export interface RESTPostAPICurrentUserCreateDMChannelJSONBody {
|
||||
/**
|
||||
* The recipient to open a DM channel with
|
||||
*/
|
||||
recipient_id: string;
|
||||
recipient_id: Snowflake;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -101,7 +101,7 @@ export interface RESTPostAPICurrentUserCreateDMChannelJSONBody {
|
||||
/**
|
||||
* The recipient to open a DM channel with
|
||||
*/
|
||||
recipient_id: string;
|
||||
recipient_id: Snowflake;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -101,7 +101,7 @@ export interface RESTPostAPICurrentUserCreateDMChannelJSONBody {
|
||||
/**
|
||||
* The recipient to open a DM channel with
|
||||
*/
|
||||
recipient_id: string;
|
||||
recipient_id: Snowflake;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user