Class: Blueticks::Types::Message

Inherits:
Base
  • Object
show all
Defined in:
lib/blueticks/types/messages.rb

Overview

A sent/queued outbound message record — the shape returned by messages.create (direct send). The spec's send response marks only to, type, status, createdAt required; waMessageKey is optional (absent until the message has a wire key). The scheduled/queued variant is modelled separately by Types::ScheduledMessage.

Method Summary

Methods inherited from Base

#==, assert_kind!, coerce, field, fields, from_hash, #hash, #initialize, #to_h

Constructor Details

This class inherits a constructor from Blueticks::Types::Base