Method: Intercom::Service::Conversation#open
- Defined in:
- lib/intercom/service/conversation.rb
#open(reply_data) ⇒ Object
45 46 47 |
# File 'lib/intercom/service/conversation.rb', line 45 def open(reply_data) reply reply_data.merge(message_type: 'open', type: 'admin') end |