Class MessageCall
Fluxer entity with client attached.
public class MessageCall : Entity, IMessageCall
- Inheritance
-
objectMessageCall
- Implements
Properties
EndedAt
The ISO 8601 timestamp of when the call ended.
public DateTimeOffset? EndedAt { get; }
Property Value
Participants
The user IDs of participants in the call.
public HashSet<ulong> Participants { get; }
Property Value
Methods
Create(FluxerBaseClient, MessageCallJson)
Create a MessageCall object from json.
public static MessageCall Create(FluxerBaseClient client, MessageCallJson json)
Parameters
clientFluxerBaseClientjsonMessageCallJson