hideReply<T> method
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);
Hides the reply to the current user's story.
Future<ApiResponse<T>> hideReply<T>(Map<String, Object> params) =>
_api.request<T>('stories.hideReply', params);