@typed-discord/rest
Preparing search index...
types
MyGuildResponse
Function MyGuildResponse
MyGuildResponse
(
id
:
`
${
bigint
}
`
,
name
:
string
,
icon
:
string
|
null
,
banner
:
string
|
null
,
owner
:
boolean
,
permissions
:
string
,
features
:
GuildFeatures
[]
,
optional
?:
Omit
<
MyGuildResponse
,
"id"
|
"name"
|
"permissions"
|
"icon"
|
"banner"
|
"features"
|
"owner"
,
>
,
)
:
MyGuildResponse
Parameters
id
:
`
${
bigint
}
`
name
:
string
icon
:
string
|
null
banner
:
string
|
null
owner
:
boolean
permissions
:
string
features
:
GuildFeatures
[]
Optional
optional
:
Omit
<
MyGuildResponse
,
"id"
|
"name"
|
"permissions"
|
"icon"
|
"banner"
|
"features"
|
"owner"
,
>
Returns
MyGuildResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...