mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-09-17 08:47:24 +00:00
feat(Message): message_create channel_type (#1638)
This commit is contained in:
Generated
+7
@@ -32,6 +32,7 @@ import type {
|
||||
APIAuditLogEntry,
|
||||
APIEntitlement,
|
||||
ChannelType,
|
||||
TextChannelType,
|
||||
APISubscription,
|
||||
APISoundboardSound,
|
||||
GuildChannelType,
|
||||
@@ -1720,6 +1721,12 @@ export interface GatewayMessageEventExtraFields {
|
||||
* @see {@link https://discord.com/developers/docs/resources/user#user-object}
|
||||
*/
|
||||
mentions: APIUserWithMember[];
|
||||
/**
|
||||
* The type of channel the message was sent in
|
||||
*
|
||||
* @see {@link https://docs.discord.com/developers/resources/channel#channel-object-channel-types}
|
||||
*/
|
||||
channel_type?: TextChannelType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Generated
+7
@@ -31,6 +31,7 @@ import type {
|
||||
AutoModerationRuleTriggerType,
|
||||
APIAuditLogEntry,
|
||||
ChannelType,
|
||||
TextChannelType,
|
||||
APISubscription,
|
||||
APISoundboardSound,
|
||||
GuildChannelType,
|
||||
@@ -1719,6 +1720,12 @@ export interface GatewayMessageEventExtraFields {
|
||||
* @see {@link https://discord.com/developers/docs/resources/user#user-object}
|
||||
*/
|
||||
mentions: APIUserWithMember[];
|
||||
/**
|
||||
* The type of channel the message was sent in
|
||||
*
|
||||
* @see {@link https://docs.discord.com/developers/resources/channel#channel-object-channel-types}
|
||||
*/
|
||||
channel_type?: TextChannelType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -32,6 +32,7 @@ import type {
|
||||
APIAuditLogEntry,
|
||||
APIEntitlement,
|
||||
ChannelType,
|
||||
TextChannelType,
|
||||
APISubscription,
|
||||
APISoundboardSound,
|
||||
GuildChannelType,
|
||||
@@ -1720,6 +1721,12 @@ export interface GatewayMessageEventExtraFields {
|
||||
* @see {@link https://discord.com/developers/docs/resources/user#user-object}
|
||||
*/
|
||||
mentions: APIUserWithMember[];
|
||||
/**
|
||||
* The type of channel the message was sent in
|
||||
*
|
||||
* @see {@link https://docs.discord.com/developers/resources/channel#channel-object-channel-types}
|
||||
*/
|
||||
channel_type?: TextChannelType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -31,6 +31,7 @@ import type {
|
||||
AutoModerationRuleTriggerType,
|
||||
APIAuditLogEntry,
|
||||
ChannelType,
|
||||
TextChannelType,
|
||||
APISubscription,
|
||||
APISoundboardSound,
|
||||
GuildChannelType,
|
||||
@@ -1719,6 +1720,12 @@ export interface GatewayMessageEventExtraFields {
|
||||
* @see {@link https://discord.com/developers/docs/resources/user#user-object}
|
||||
*/
|
||||
mentions: APIUserWithMember[];
|
||||
/**
|
||||
* The type of channel the message was sent in
|
||||
*
|
||||
* @see {@link https://docs.discord.com/developers/resources/channel#channel-object-channel-types}
|
||||
*/
|
||||
channel_type?: TextChannelType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user