Table of Contents

Struct MessageCallData

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the call data of a message.

public readonly struct MessageCallData
Inherited Members

Fields

EndedTimestamp

Gets the timestamp when the call ended. This is null if the call is still ongoing.

public readonly DateTimeOffset? EndedTimestamp

Field Value

DateTimeOffset?

Participants

Gets the participants of the call.

public readonly ulong[] Participants

Field Value

ulong[]