/home/desid573/public_html/app/twilio-php-master/Twilio/Rest/Chat/V2/Service/Channel
Edit: /home/desid573/public_html/app/twilio-php-master/Twilio/Rest/Chat/V2/Service/Channel/InvitePage.php (848B)
solution = $solution;
}
public function buildInstance(array $payload) {
return new InviteInstance(
$this->version,
$payload,
$this->solution['serviceSid'],
$this->solution['channelSid']
);
}
/**
* Provide a friendly representation
*
* @return string Machine friendly representation
*/
public function __toString() {
return '[Twilio.Chat.V2.InvitePage]';
}
}