Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 459 Bytes

MessageResult.md

File metadata and controls

22 lines (16 loc) · 459 Bytes

MessenteApi::MessageResult

Properties

Name Type Description Notes
message_id String Unique identifier for the message
channel Channel
sender String Sender that was used for the message

Example

require 'messente_api'

instance = MessenteApi::MessageResult.new(
  message_id: null,
  channel: null,
  sender: null
)