postAdsStealth<T> method
Allows to create hidden post which will not be shown on the community's wall and can be used for creating an ad with type "Community post".
Implementation
Future<ApiResponse<T>> postAdsStealth<T>(Map<String, Object> params) =>
_api.request<T>('wall.postAdsStealth', params);