예제 #1
0
 function __construct(ILocalizedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
예제 #2
0
 function __construct(IAuthenticatedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
 public function __construct(IRestrictedGuildEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
예제 #4
0
 function __construct(IPaginatedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }