factory TextPayload.fromJson(Map<String, Object?> j) => TextPayload(text: j['text'] as String? ?? '');