hideAllReplies<T> method

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

Hides all replies in the last 24 hours from the user to current user's stories.

Implementation

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