dcord ~master (2022-05-06T22:14:59.8294696)
Dub
Repo
MessageAttachment
dcord
types
message
Undocumented in source.
class
MessageAttachment : IModel {
mixin
Model
;
Snowflake
id
;
string
filename
;
uint
size
;
string
url
;
string
proxyUrl
;
uint
height
;
uint
width
;
}
Members
Mixins
__anonymous
mixin
Model
Undocumented in source.
Variables
filename
string
filename
;
Undocumented in source.
height
uint
height
;
Undocumented in source.
id
Snowflake
id
;
Undocumented in source.
proxyUrl
string
proxyUrl
;
Undocumented in source.
size
uint
size
;
Undocumented in source.
url
string
url
;
Undocumented in source.
width
uint
width
;
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