struct Discord::Attachment

Defined in:

discordcr/mappings/channel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_245 : JSON::PullParser) #

Instance Method Detail

def filename : String #

def filename=(_filename : String) #

def height : ::Union(UInt32, Nil) #

def height=(_height : ::Union(UInt32, Nil)) #

def id : Snowflake #

def id=(_id : Snowflake) #

def proxy_url : String #

def proxy_url=(_proxy_url : String) #

def size : UInt32 #

def size=(_size : UInt32) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #

def width : ::Union(UInt32, Nil) #

def width=(_width : ::Union(UInt32, Nil)) #