editLink<T> method
Allows to edit a link in the community.
Implementation
Future<ApiResponse<T>> editLink<T>(Map<String, Object> params) =>
_api.request<T>('groups.editLink', params);
Allows to edit a link in the community.
Future<ApiResponse<T>> editLink<T>(Map<String, Object> params) =>
_api.request<T>('groups.editLink', params);