dcord ~master (2020-08-31T23:49:36Z)
Home
Dub
Repo
MessageEmbedVideo
dcord
types
message
Undocumented in source.
class
MessageEmbedVideo : IModel {
mixin
Model
;
string
url
;
uint
height
;
uint
width
;
}
Members
Mixins
__anonymous
mixin
Model
Undocumented in source.
Variables
height
uint
height
;
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.