class Textmagic::REST::Chat

A Chat resource.

@id

@phone

@contact

Hash like this

{
    "id": 4329702,
    "first_name": "Jonh",
    "last_name": "Doe",
    "company_name": "",
    "phone": "19025555555",
    "email": "",
    "country": {
      "id": "CA",
      "name": "Canada"
    },
    "custom_fields": [
      {
          "value": "1970-01-01",
          "id": 1111,
          "name": "Birthday",
          "createdAt": "2015-04-10T06:51:02+0000"
      }
    ]
}

@unread

@updated_at

Public Instance Methods

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