コード例 #1
0
 function __construct(ILocalizedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
コード例 #2
0
 function __construct(IAuthenticatedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
コード例 #3
0
 public function __construct(IRestrictedGuildEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
コード例 #4
0
 function __construct(IPaginatedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }