View Source Appwrite.Types.Client.RealtimeResponseAuthenticated (appwrite v0.1.5)

Realtime response structure for authenticated connections.

Summary

Types

@type t() :: %Appwrite.Types.Client.RealtimeResponseAuthenticated{
  success: boolean(),
  to: String.t(),
  user: map()
}