discord-w ~master (2022-03-12T05:59:06.0972821)
Dub
Repo
Attachment
discord
w
types
https://discordapp.com/developers/docs/resources/channel#attachment-object
struct
Attachment {
mixin
OptionalSerializer
!(
typeof
(
this
))
;
Snowflake
id
;
string
filename
;
long
size
;
string
url
;
string
proxy_url
;
Nullable
!
uint
height
;
Nullable
!
uint
width
;
}
Members
Mixins
__anonymous
mixin
OptionalSerializer
!(
typeof
(
this
))
Undocumented in source.
Variables
filename
string
filename
;
Undocumented in source.
height
Nullable
!
uint
height
;
Undocumented in source.
id
Snowflake
id
;
Undocumented in source.
proxy_url
string
proxy_url
;
Undocumented in source.
size
long
size
;
Undocumented in source.
url
string
url
;
Undocumented in source.
width
Nullable
!
uint
width
;
Undocumented in source.
Meta
Source
See Implementation
discord
w
types
aliases
SafeTime
enums
ExplicitContentFilterLevel
MFALevel
MessageNotificationLevel
Permissions
VerificationLevel
manifest constants
DiscordCDN
structs
Activity
ApplicationInformation
Attachment
Ban
Channel
Embed
Emoji
Guild
GuildEmbed
GuildMember
Integration
Invite
Message
Overwrite
PartialUser
PresenceUpdate
Reaction
Role
Snowflake
UnavailableGuild
UpdateStatus
User
VoiceRegion
VoiceState
https://discordapp.com/developers/docs/resources/channel#attachment-object