dcord v0.0.5 (2020-08-18T19:04:40Z)
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.
Meta
Source
See Implementation
dcord
types
message
classes
BaseSendable
Message
MessageAttachment
MessageEmbed
MessageEmbedAuthor
MessageEmbedField
MessageEmbedFooter
MessageEmbedImage
MessageEmbedThumbnail
MessageEmbedVideo
MessageReaction
enums
MessageType
interfaces
Sendable