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