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
/// 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
+
/// ```
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>
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)
/// # Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by JSON)
337
+
/// TODO: Create Audience Object <br>
338
+
/// 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>
357
+
/// 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