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
jsonModelJsonAttachmentclientRestClient
Properties
Application
The application in the stream clip, if recognized.
public Application? Application { get; }
Property Value
ClipCreatedAt
When the clip was created.
public DateTimeOffset ClipCreatedAt { get; }
Property Value
ClipParticipants
A list of users present in the stream clip.
public IReadOnlyList<User> ClipParticipants { get; }