The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Google::Voice::SMS::Message

DESCRIPTION

One message in an sms conversation

USAGE

  print "Inbound message" if $sms_message->inbound;
  print $sms_message->text;

ATTRIBUTES

text

Text content of message

inbound

True/false

outbound

True/false

xml

Raw xml

METHODS

new