@typed-discord/rest
Preparing search index...
types
InviteChannelResponse
Interface InviteChannelResponse
interface
InviteChannelResponse
{
icon
?:
string
;
id
:
`
${
bigint
}
`
;
name
:
string
|
null
;
recipients
?:
InviteChannelRecipientResponse
[]
;
type
:
ChannelTypes
;
}
Index
Properties
icon?
id
name
recipients?
type
Properties
Optional
icon
icon
?:
string
id
id
:
`
${
bigint
}
`
name
name
:
string
|
null
Optional
recipients
recipients
?:
InviteChannelRecipientResponse
[]
type
type
:
ChannelTypes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
icon
id
name
recipients
type
@typed-discord/rest
Loading...