9
9
10
10
class ModerationApi extends AbstractResource
11
11
{
12
-
13
- /**
14
- * @throws GuzzleException
15
- * @link https://dev.twitch.tv/docs/api/reference/#get-banned-events
16
- */
12
+ /**
13
+ * @throws GuzzleException
14
+ * @link https://dev.twitch.tv/docs/api/reference/#get-banned-events
15
+ */
17
16
public function getBannedEvents (string $ bearer , string $ broadcasterId , array $ ids = [], string $ first = null , string $ after = null ): ResponseInterface
18
17
{
19
18
$ queryParamsMap = [];
@@ -61,9 +60,9 @@ public function getBannedUsers(string $bearer, string $broadcasterId, array $ids
61
60
}
62
61
63
62
/**
64
- * @throws GuzzleException
65
- * @link https://dev.twitch.tv/docs/api/reference/#get-moderators
66
- */
63
+ * @throws GuzzleException
64
+ * @link https://dev.twitch.tv/docs/api/reference/#get-moderators
65
+ */
67
66
public function getModerators (string $ bearer , string $ broadcasterId , array $ ids = [], string $ after = null ): ResponseInterface
68
67
{
69
68
$ queryParamsMap = [];
@@ -82,9 +81,9 @@ public function getModerators(string $bearer, string $broadcasterId, array $ids
82
81
}
83
82
84
83
/**
85
- * @throws GuzzleException
86
- * @link https://dev.twitch.tv/docs/api/reference/#get-moderator-events
87
- */
84
+ * @throws GuzzleException
85
+ * @link https://dev.twitch.tv/docs/api/reference/#get-moderator-events
86
+ */
88
87
public function getModeratorEvents (string $ bearer , string $ broadcasterId , array $ ids = [], string $ after = null ): ResponseInterface
89
88
{
90
89
$ queryParamsMap = [];
0 commit comments