Table of Contents

Class PresenceStatePayload<TPresence>

Namespace
Supabase.Realtime.Presence.Responses
Assembly
Supabase.Realtime.dll

A presence state payload response

public class PresenceStatePayload<TPresence> where TPresence : BasePresence

Type Parameters

TPresence
Inheritance
PresenceStatePayload<TPresence>
Inherited Members
Extension Methods

Properties

Metas

The metas containing joins and leaves

[JsonProperty("metas")]
public List<TPresence>? Metas { get; set; }

Property Value

List<TPresence>