/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Chat/V1/Service
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Chat/V1/Service/ChannelPage.php (1186B)
solution = $solution;
}
/**
* @param array $payload Payload response from the API
* @return ChannelInstance \Twilio\Rest\Chat\V1\Service\ChannelInstance
*/
public function buildInstance(array $payload): ChannelInstance {
return new ChannelInstance($this->version, $payload, $this->solution['serviceSid']);
}
/**
* Provide a friendly representation
*
* @return string Machine friendly representation
*/
public function __toString(): string {
return '[Twilio.Chat.V1.ChannelPage]';
}
}