Method: Twilio::REST::Chat::V3#initialize
- Defined in:
- lib/twilio-ruby/rest/chat/v3.rb
#initialize(domain) ⇒ V3
Initialize the V3 version of Chat
21 22 23 24 25 |
# File 'lib/twilio-ruby/rest/chat/v3.rb', line 21 def initialize(domain) super @version = 'v3' @channels = nil end |