@typed-discord/rest
Preparing search index...
types
GuildStickerResponse
Function GuildStickerResponse
GuildStickerResponse
(
id
:
`
${
bigint
}
`
,
name
:
string
,
tags
:
string
,
format_type
:
StickerFormatTypes
|
null
,
description
:
string
|
null
,
available
:
boolean
,
guild_id
:
`
${
bigint
}
`
,
optional
?:
Omit
<
GuildStickerResponse
,
|
"id"
|
"name"
|
"type"
|
"description"
|
"guild_id"
|
"tags"
|
"available"
|
"format_type"
,
>
,
)
:
GuildStickerResponse
Parameters
id
:
`
${
bigint
}
`
name
:
string
tags
:
string
format_type
:
StickerFormatTypes
|
null
description
:
string
|
null
available
:
boolean
guild_id
:
`
${
bigint
}
`
Optional
optional
:
Omit
<
GuildStickerResponse
,
|
"id"
|
"name"
|
"type"
|
"description"
|
"guild_id"
|
"tags"
|
"available"
|
"format_type"
,
>
Returns
GuildStickerResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...