@typed-discord/rest
Preparing search index...
types
MyGuildResponse
Interface MyGuildResponse
interface
MyGuildResponse
{
approximate_member_count
?:
number
|
null
;
approximate_presence_count
?:
number
|
null
;
banner
:
string
|
null
;
features
:
GuildFeatures
[]
;
icon
:
string
|
null
;
id
:
`
${
bigint
}
`
;
name
:
string
;
owner
:
boolean
;
permissions
:
string
;
}
Index
Properties
approximate_
member_
count?
approximate_
presence_
count?
banner
features
icon
id
name
owner
permissions
Properties
Optional
approximate_
member_
count
approximate_member_count
?:
number
|
null
Optional
approximate_
presence_
count
approximate_presence_count
?:
number
|
null
banner
banner
:
string
|
null
features
features
:
GuildFeatures
[]
icon
icon
:
string
|
null
id
id
:
`
${
bigint
}
`
name
name
:
string
owner
owner
:
boolean
permissions
permissions
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
approximate_
member_
count
approximate_
presence_
count
banner
features
icon
id
name
owner
permissions
@typed-discord/rest
Loading...