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

Realtime response structure for authenticated connections.

Summary

Types

t()

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