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
Copy file name to clipboardExpand all lines: src/bot.rs
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -304,8 +304,8 @@ impl LineBot {
304
304
)
305
305
}
306
306
307
-
/// # Managing Audience
308
-
/// TODO: Unimplemented: More Request Body <br>
307
+
/// # Note
308
+
/// **TODO: Unimplemented: More Request Body <br>**
309
309
/// You can create, update, activate, or delete an audience. Specify the audience when sending narrowcast messages [\[detail\]](https://developers.line.biz/en/reference/messaging-api/#manage-audience-group)
310
310
/// ```
311
311
/// let res: Result<Response, Error> = bot.create_audience_group_for_uploading_user_ids("audienceGroupName");
/// # Create audience for uploading user IDs (by file)
326
-
/// TODO: Unimplemented: File send <br>
325
+
/// # Note
326
+
/// **TODO: Unimplemented: File send <br>**
327
327
/// Creates an audience for uploading user IDs [\[detail\]](https://developers.line.biz/ja/reference/messaging-api/#create-upload-audience-group-by-file-request-body)
328
+
/// ```
329
+
/// let res: Result<Response, Error> = bot.create_audience_group_for_uploading_user_ids_by_file();
/// # Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by JSON)
337
-
/// TODO: Create Audience Object <br>
339
+
/// # Note
340
+
/// **TODO: Create Audience Object <br>**
338
341
/// Adds new user IDs or IFAs to an audience for uploading user IDs [\[detail\]](https://developers.line.biz/ja/reference/messaging-api/#update-upload-audience-group)
/// # Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by file)
356
-
/// TODO: Unimplemented: File send <br>
358
+
/// # Note
359
+
/// **TODO: Unimplemented: File send <br>**
357
360
/// Adds new user IDs or IFAs to an audience for uploading user IDs [\[detail\]](https://developers.line.biz/ja/reference/messaging-api/#update-upload-audience-group-by-file-request-body)
0 commit comments