/run print(GetChannelDisplayInfo(7))
/run SetSelectedDisplayChannel(7); print(C_ChatInfo.GetChannelRosterInfo(7, 1))
/run SetSelectedDisplayChannel(7); print(C_ChatInfo.GetChannelRosterInfo(7, 1))



local guid, name = UnitGUID("target"), UnitName("target")
local unittype, zero, server_id, instance_id, zone_uid, npc_id, spawn_uid = strsplit("-", guid);


/run local data = {strsplit("-", UnitGUID("target"))}; print(data[5])