hideReply<T> method

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

Hides the reply to the current user's story.

Implementation

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