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
Width
Width of file.
public int Width { get; }