mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-09-17 08:47:24 +00:00
refactor(APIGroupDMChannel): mark application_id as nullable (#1755)
This commit is contained in:
Generated
+2
-2
@@ -215,9 +215,9 @@ export interface APIGroupDMChannel extends APIDMChannelBase<ChannelType.GroupDM>
|
||||
*/
|
||||
name: string | null;
|
||||
/**
|
||||
* Application id of the group DM creator if it is bot-created
|
||||
* Application id associated with the channel. For group DMs, this is the application that created the group
|
||||
*/
|
||||
application_id?: Snowflake;
|
||||
application_id?: Snowflake | null;
|
||||
/**
|
||||
* Icon hash
|
||||
*/
|
||||
|
||||
Generated
+2
-2
@@ -210,9 +210,9 @@ export interface APIGroupDMChannel extends APIDMChannelBase<ChannelType.GroupDM>
|
||||
*/
|
||||
name: string | null;
|
||||
/**
|
||||
* Application id of the group DM creator if it is bot-created
|
||||
* Application id associated with the channel. For group DMs, this is the application that created the group
|
||||
*/
|
||||
application_id?: Snowflake;
|
||||
application_id?: Snowflake | null;
|
||||
/**
|
||||
* Icon hash
|
||||
*/
|
||||
|
||||
@@ -215,9 +215,9 @@ export interface APIGroupDMChannel extends APIDMChannelBase<ChannelType.GroupDM>
|
||||
*/
|
||||
name: string | null;
|
||||
/**
|
||||
* Application id of the group DM creator if it is bot-created
|
||||
* Application id associated with the channel. For group DMs, this is the application that created the group
|
||||
*/
|
||||
application_id?: Snowflake;
|
||||
application_id?: Snowflake | null;
|
||||
/**
|
||||
* Icon hash
|
||||
*/
|
||||
|
||||
@@ -210,9 +210,9 @@ export interface APIGroupDMChannel extends APIDMChannelBase<ChannelType.GroupDM>
|
||||
*/
|
||||
name: string | null;
|
||||
/**
|
||||
* Application id of the group DM creator if it is bot-created
|
||||
* Application id associated with the channel. For group DMs, this is the application that created the group
|
||||
*/
|
||||
application_id?: Snowflake;
|
||||
application_id?: Snowflake | null;
|
||||
/**
|
||||
* Icon hash
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user