digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"AoiBirthdayConvo3 begins." [color=orange];
		"AoiBirthdayConvo3 begins." -> j2877232719;
		"AoiBirthdayConvo3 begins." -> j3592359342;
	j2877232719 [label="Alles Gute zum Geburtstag.",shape=box,color=red];
		j2877232719 -> j3366017573;
	j3592359342 [label="Herzlichen Glückwunsch zum Geburtstag, Aoi! Ich hoffe, du hast einen schönen Tag!",shape=box,color=red];
		j3592359342 -> j1847545122;
	j3366017573 [label="dnk",shape=box,color=blue];
		j3366017573 -> "Chat ends.";
	j1847545122 [label="+20 Chemistry",color=orange];
		j1847545122 -> j3408136213;
	"Chat ends." [color=orange];
	j3408136213 [label="weißt du was, den habe ich! <RETRO_EMOJI_AOICAT> vielen dnk!",shape=box,color=blue];
		j3408136213 -> "Chat ends.";
}