Table of Contents

Class ClipAttachment

Namespace
NetCord
Assembly
NetCord.dll

Represents an Attachment with properties relevant to stream clips.

public class ClipAttachment : Attachment, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonAttachment>
Inheritance
ClipAttachment
Implements
Inherited Members

Constructors

ClipAttachment(JsonAttachment, RestClient)

public ClipAttachment(JsonAttachment jsonModel, RestClient client)

Parameters

jsonModel JsonAttachment
client RestClient

Properties

Application

The application in the stream clip, if recognized.

public Application? Application { get; }

Property Value

Application

ClipCreatedAt

When the clip was created.

public DateTimeOffset ClipCreatedAt { get; }

Property Value

DateTimeOffset

ClipParticipants

A list of users present in the stream clip.

public IReadOnlyList<User> ClipParticipants { get; }

Property Value

IReadOnlyList<User>