@typed-discord/rest
Preparing search index...
types
NewMemberActionResponse
Interface NewMemberActionResponse
interface
NewMemberActionResponse
{
action_type
:
NewMemberActionType
;
channel_id
:
`
${
bigint
}
`
;
description
:
string
;
emoji
?:
SettingsEmojiResponse
;
icon
?:
string
;
title
:
string
;
}
Index
Properties
action_
type
channel_
id
description
emoji?
icon?
title
Properties
action_
type
action_type
:
NewMemberActionType
channel_
id
channel_id
:
`
${
bigint
}
`
description
description
:
string
Optional
emoji
emoji
?:
SettingsEmojiResponse
Optional
icon
icon
?:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action_
type
channel_
id
description
emoji
icon
title
@typed-discord/rest
Loading...