Table of Contents

Class MemberTimestamp

Namespace
Vonage.Conversations
Assembly
Vonage.dll

Represents the member timestamps.

public record MemberTimestamp : IEquatable<MemberTimestamp>
Inheritance
MemberTimestamp
Implements
Inherited Members

Constructors

MemberTimestamp(DateTimeOffset, DateTimeOffset, DateTimeOffset)

Represents the member timestamps.

public MemberTimestamp(DateTimeOffset Invited, DateTimeOffset Joined, DateTimeOffset Left)

Parameters

Invited DateTimeOffset

The time that the member was invited to a conversation

Joined DateTimeOffset

The time that the member joined the conversation

Left DateTimeOffset

The time that the member left the conversation

Properties

Invited

The time that the member was invited to a conversation

public DateTimeOffset Invited { get; init; }

Property Value

DateTimeOffset

Joined

The time that the member joined the conversation

public DateTimeOffset Joined { get; init; }

Property Value

DateTimeOffset

Left

The time that the member left the conversation

public DateTimeOffset Left { get; init; }

Property Value

DateTimeOffset