@typed-discord/rest
Preparing search index...
types
GuildStickerResponse
Interface GuildStickerResponse
interface
GuildStickerResponse
{
available
:
boolean
;
description
:
string
|
null
;
format_type
:
StickerFormatTypes
|
null
;
guild_id
:
`
${
bigint
}
`
;
id
:
`
${
bigint
}
`
;
name
:
string
;
tags
:
string
;
type
:
GUILD
;
user
?:
UserResponse
;
}
Index
Properties
available
description
format_
type
guild_
id
id
name
tags
type
user?
Properties
available
available
:
boolean
description
description
:
string
|
null
format_
type
format_type
:
StickerFormatTypes
|
null
guild_
id
guild_id
:
`
${
bigint
}
`
id
id
:
`
${
bigint
}
`
name
name
:
string
tags
tags
:
string
type
type
:
GUILD
Optional
user
user
?:
UserResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
available
description
format_
type
guild_
id
id
name
tags
type
user
@typed-discord/rest
Loading...