public static final class DeleteDynamicImageRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteDynamicImageRequest |
build() |
DeleteDynamicImageRequest.Builder |
dynamicImageIds(String dynamicImageIds)
The IDs of the animated stickers.
|
DeleteDynamicImageRequest.Builder |
videoId(String videoId)
The ID of the video associated with the animated stickers whose information you want to delete.
|
public DeleteDynamicImageRequest.Builder dynamicImageIds(String dynamicImageIds)
- Separate multiple IDs with commas (,). You can specify a maximum of 10 IDs. - If you do not set this parameter, the system finds the video specified by the VideoId parameter and deletes the information about the animated stickers associated with the video. If more than 10 animated stickers are associated with the video specified by the VideoId parameter, the deletion request is denied.
public DeleteDynamicImageRequest.Builder videoId(String videoId)
public DeleteDynamicImageRequest build()
Copyright © 2024. All rights reserved.