Table of Contents

Class MessageCall

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class MessageCall : Entity, IMessageCall
Inheritance
object
MessageCall
Implements

Properties

EndedAt

The ISO 8601 timestamp of when the call ended.

public DateTimeOffset? EndedAt { get; }

Property Value

DateTimeOffset?

Participants

The user IDs of participants in the call.

public HashSet<ulong> Participants { get; }

Property Value

HashSet<ulong>

Methods

Create(FluxerBaseClient, MessageCallJson)

Create a MessageCall object from json.

public static MessageCall Create(FluxerBaseClient client, MessageCallJson json)

Parameters

client FluxerBaseClient
json MessageCallJson

Returns

MessageCall