dcord ~master (2020-08-31T23:49:36Z)
Home
Dub
Repo
MessageEmbedThumbnail
dcord
types
message
Undocumented in source.
class
MessageEmbedThumbnail : IModel {
mixin
Model
;
string
url
;
@
JSONSource
("proxy_url")
string
proxyURL
;
uint
width
;
uint
height
;
}
Members
Mixins
__anonymous
mixin
Model
Undocumented in source.
Variables
height
uint
height
;
Undocumented in source.
proxyURL
string
proxyURL
;
Undocumented in source.
url
string
url
;
Undocumented in source.
width
uint
width
;
Undocumented in source.
Mixed In Members
From
mixin
Model
Meta
Source
See Implementation
dcord
types
message
classes
BaseSendable
Message
MessageAttachment
MessageEmbed
MessageEmbedAuthor
MessageEmbedField
MessageEmbedFooter
MessageEmbedImage
MessageEmbedThumbnail
MessageEmbedVideo
MessageReaction
enums
MessageType
interfaces
Sendable
Undocumented in source.