Show / Hide Table of Contents

Interface IAttachment

Namespace: Discord
Assembly: cs.temp.dll.dll
Syntax
public interface IAttachment

Properties

Filename

Declaration
string Filename { get; }
Property Value
Type Description
System.String

Height

Declaration
int ? Height { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Id

Declaration
ulong Id { get; }
Property Value
Type Description
System.UInt64

ProxyUrl

Declaration
string ProxyUrl { get; }
Property Value
Type Description
System.String

Size

Declaration
int Size { get; }
Property Value
Type Description
System.Int32

Url

Declaration
string Url { get; }
Property Value
Type Description
System.String

Width

Declaration
int ? Width { get; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Discord.Net (c) 2015-2017