importTargetContacts<T> method
Imports a list of advertiser's contacts to count VK registered users again st the target group.
Implementation
Future<ApiResponse<T>> importTargetContacts<T>(Map<String, Object> params) =>
_api.request<T>('ads.importTargetContacts', params);