Table of Contents

Class ImageAttachment

Namespace
NetCord
Assembly
NetCord.dll
public class ImageAttachment : Attachment, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonAttachment>
Inheritance
ImageAttachment
Implements
Inherited Members

Constructors

ImageAttachment(JsonAttachment)

public ImageAttachment(JsonAttachment jsonModel)

Parameters

jsonModel JsonAttachment

Properties

Height

Height of file.

public int Height { get; }

Property Value

int

Width

Width of file.

public int Width { get; }

Property Value

int