dscord ~master (2021-11-07T02:10:19.0578386)
Dub
Repo
MessageAttachment
dscord
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
dscord
types
message
classes
BaseSendable
Message
MessageAttachment
MessageEmbed
MessageEmbedAuthor
MessageEmbedField
MessageEmbedFooter
MessageEmbedImage
MessageEmbedThumbnail
MessageEmbedVideo
MessageReaction
enums
MessageType
interfaces
Sendable