List<ChatId> fromGraphQLListChatIdToDartListChatId(List<Object?> v) => v.map((e) => fromGraphQLChatIdToDartChatId(e as String)).toList();