struct Asterisk::ARI::Events::TextMessageReceived

Overview

A text message was received from an endpoint.

Defined in:

asterisk/ari/events/text_message_received.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Asterisk::ARI::Events::Event

application : String application, application=(application : String) application=, timestamp : Time timestamp, timestamp=(timestamp : Time) timestamp=

Constructor methods inherited from struct Asterisk::ARI::Events::Event

new(pull : JSON::PullParser) new

Instance methods inherited from struct Asterisk::ARI::Events::Message

asterisk_id : String? asterisk_id, asterisk_id=(asterisk_id : String?) asterisk_id=, type : String type, type=(type : String) type=

Constructor methods inherited from struct Asterisk::ARI::Events::Message

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

A text message was received from an endpoint.


[View source]

Instance Method Detail

def endpoint : Int32? #

[View source]
def endpoint=(endpoint : Int32?) #

[View source]
def message : Endpoints::TextMessage #

[View source]
def message=(message : Endpoints::TextMessage) #

[View source]