Ejemplo n.º 1
0
 function __construct(ILocalizedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
Ejemplo n.º 2
0
 function __construct(IAuthenticatedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
Ejemplo n.º 3
0
 public function __construct(IRestrictedGuildEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
Ejemplo n.º 4
0
 function __construct(IPaginatedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }