You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
@@ -330,3 +333,96 @@ Name | Type | Description | Required | Notes
330
333
331
334
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**file** | **std::path::PathBuf** | The binary blob of the png file. | [required] |
350
+
351
+
### Return type
352
+
353
+
[**models::File**](File.md)
354
+
355
+
### Authorization
356
+
357
+
[authCookie](../README.md#authCookie)
358
+
359
+
### HTTP request headers
360
+
361
+
-**Content-Type**: multipart/form-data
362
+
-**Accept**: application/json
363
+
364
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**file** | **std::path::PathBuf** | The binary blob of the png file. | [required] |
380
+
381
+
### Return type
382
+
383
+
[**models::File**](File.md)
384
+
385
+
### Authorization
386
+
387
+
[authCookie](../README.md#authCookie)
388
+
389
+
### HTTP request headers
390
+
391
+
-**Content-Type**: multipart/form-data
392
+
-**Accept**: application/json
393
+
394
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**file** | **std::path::PathBuf** | The binary blob of the png file. | [required] |
410
+
**tag** | **String** | Needs to be either icon, gallery, sticker or emoji | [required] |
411
+
**animation_style** | Option<**String**> | Animation style for sticker, required for sticker. | |
412
+
**mask_tag** | Option<**String**> | Mask of the sticker, optional for sticker. | |
413
+
414
+
### Return type
415
+
416
+
[**models::File**](File.md)
417
+
418
+
### Authorization
419
+
420
+
[authCookie](../README.md#authCookie)
421
+
422
+
### HTTP request headers
423
+
424
+
-**Content-Type**: multipart/form-data
425
+
-**Accept**: application/json
426
+
427
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardexpand all lines: src/apis/groups_api.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -658,7 +658,7 @@ pub async fn create_group(
658
658
}
659
659
}
660
660
661
-
/// Creates an Announcement for a Group.
661
+
/// Creates an Announcement for a Group. Warning: This will also remove all announcements. To make proper announcements, use the posts endpoint instead
0 commit comments