Realtime response structure for authenticated connections.
@type t() :: %Appwrite.Types.Client.RealtimeResponseAuthenticated{ success: boolean(), to: String.t(), user: map() }