Table of Contents

Class MessageCall

Namespace
NetCord.Rest
Assembly
NetCord.dll

Represents a call in a private channel.

public class MessageCall : IJsonModel<JsonMessageCall>
Inheritance
MessageCall
Implements
Inherited Members

Constructors

MessageCall(JsonMessageCall)

Represents a call in a private channel.

public MessageCall(JsonMessageCall jsonModel)

Parameters

jsonModel JsonMessageCall

Properties

EndedAt

The timestamp of the call's end.

public DateTimeOffset? EndedAt { get; }

Property Value

DateTimeOffset?

Participants

A list of IDs, corresponding to the call's participating users.

public IReadOnlyList<ulong> Participants { get; }

Property Value

IReadOnlyList<ulong>