editLink<T> method

Future<ApiResponse<T>> editLink<T>(
  1. Map<String, Object> params
)

Allows to edit a link in the community.

Implementation

Future<ApiResponse<T>> editLink<T>(Map<String, Object> params) =>
    _api.request<T>('groups.editLink', params);