digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieBirthdayConvo3 begins." [color=orange];
		"LettieBirthdayConvo3 begins." -> j3023686662;
		"LettieBirthdayConvo3 begins." -> j2170656279;
	j3023686662 [label="Hey. Hast du irgendwelche spaßigen Pläne für deinen Geburtstag? Sowas wie früh ins Bett gehen?",shape=box,color=red];
		j3023686662 -> j3368494328;
	j2170656279 [label="Herzlichen Glückwunsch zum Geburtstag! Lass uns in die Discos gehen!",shape=box,color=red];
		j2170656279 -> j2574959822;
	j3368494328 [label="+20 Chemistry",color=orange];
		j3368494328 -> j1016889319;
	j2574959822 [label="Jajajaja\n*Nein*",shape=box,color=blue];
		j2574959822 -> "Chat ends.";
	j1016889319 [label="Jajajajaja\nAaayyy, sí\nEin heißes Bad und ein Nickerchen, mein Traumgeburtstag",shape=box,color=blue];
		j1016889319 -> "Chat ends.";
	"Chat ends." [color=orange];
}