lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.40.4 vs lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.41.0

- old
+ new

@@ -185,9 +185,17 @@ def branded_calls self.trusted_comms.branded_calls() end ## + # @param [String] sid The unique SID identifier of the Branded Channel. + # @return [Twilio::REST::Preview::TrustedComms::BrandedChannelInstance] if sid was passed. + # @return [Twilio::REST::Preview::TrustedComms::BrandedChannelList] + def branded_channels(sid=:unset) + self.trusted_comms.branded_channels(sid) + end + + ## # @return [Twilio::REST::Preview::TrustedComms::BrandsInformationInstance] def brands_information self.trusted_comms.brands_information() end \ No newline at end of file