List<String> fromDartListChatIdToGraphQLListChatId(List<ChatId> v) => v.map((e) => fromDartChatIdToGraphQLChatId(e)).toList();