editComment<T> method
Edits a comment on a user wall or community wall.
Implementation
Future<ApiResponse<T>> editComment<T>(Map<String, Object> params) =>
_api.request<T>('wall.editComment', params);
Edits a comment on a user wall or community wall.
Future<ApiResponse<T>> editComment<T>(Map<String, Object> params) =>
_api.request<T>('wall.editComment', params);