hideAllReplies<T> method
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);