discord-w ~master (2022-03-12T05:59:06.0972821)
Dub
Repo
Embed
discord
w
types
https://discordapp.com/developers/docs/resources/channel#embed-object
struct
Embed {
mixin
OptionalSerializer
!(
typeof
(
this
))
;
struct
Thumbnail
;
struct
Video
;
struct
Image
;
struct
Provider
;
struct
Author
;
struct
Footer
;
struct
Field
;
@
optional
string
title
;
@
optional
string
type
;
@
optional
string
description
;
@
optional
string
url
;
@
optional
SafeTime
timestamp
;
@
optional
Nullable
!
int
color
;
@
optional
Footer
footer
;
@
optional
Image
image
;
@
optional
Thumbnail
thumbnail
;
@
optional
Video
video
;
@
optional
Provider
provider
;
@
optional
Author
author
;
@
optional
Field
[]
fields
;
}
Members
Mixins
__anonymous
mixin
OptionalSerializer
!(
typeof
(
this
))
Undocumented in source.
Structs
Author
struct
Author
Undocumented in source.
Field
struct
Field
Undocumented in source.
Footer
struct
Footer
Undocumented in source.
Image
struct
Image
Undocumented in source.
Provider
struct
Provider
Undocumented in source.
Thumbnail
struct
Thumbnail
Undocumented in source.
Video
struct
Video
Undocumented in source.
Variables
author
Author
author
;
Undocumented in source.
color
Nullable
!
int
color
;
Undocumented in source.
description
string
description
;
Undocumented in source.
fields
Field
[]
fields
;
Undocumented in source.
footer
Footer
footer
;
Undocumented in source.
image
Image
image
;
Undocumented in source.
provider
Provider
provider
;
Undocumented in source.
thumbnail
Thumbnail
thumbnail
;
Undocumented in source.
timestamp
SafeTime
timestamp
;
Undocumented in source.
title
string
title
;
Undocumented in source.
type
string
type
;
Undocumented in source.
url
string
url
;
Undocumented in source.
video
Video
video
;
Undocumented in source.
Meta
Source
See Implementation
discord
w
types
aliases
SafeTime
enums
ExplicitContentFilterLevel
MFALevel
MessageNotificationLevel
Permissions
VerificationLevel
manifest constants
DiscordCDN
structs
Activity
ApplicationInformation
Attachment
Ban
Channel
Embed
Emoji
Guild
GuildEmbed
GuildMember
Integration
Invite
Message
Overwrite
PartialUser
PresenceUpdate
Reaction
Role
Snowflake
UnavailableGuild
UpdateStatus
User
VoiceRegion
VoiceState
https://discordapp.com/developers/docs/resources/channel#embed-object