Total Complexity | 1 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class Video extends AbstractService |
||
10 | { |
||
11 | /** |
||
12 | * Get video information |
||
13 | * |
||
14 | * Use this endpoint to get the information about a list of videos from the TikTok creative library. |
||
15 | * |
||
16 | * @param int $advertiserId Advertiser ID |
||
17 | * @param array $videoIds Video ID list. Up to 60 IDs per request |
||
18 | * |
||
19 | * @return array |
||
20 | * |
||
21 | * @throws \Throwable |
||
22 | */ |
||
23 | public function videoAdInfo( |
||
37 |