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