ChatKind get kind => ChatKind.values[kindIndex];
set kind(ChatKind chatKind) { kindIndex = chatKind.index; }