class Textmagic::REST::ChatMessage

A Chat Message resource.

@id

@direction

@sender

@message_time

@text

@receiver

@deleted

@user_id

@status

@total

@first_name

@last_name

Public Instance Methods

refresh() click to toggle source
    # File lib/textmagic-ruby/rest/chats.rb
142 def refresh
143   raise '`refresh` method is not supported for this resource.'
144 end