README.rdoc in textmagic-0.3.2 vs README.rdoc in textmagic-0.3.3
- old
+ new
@@ -66,9 +66,13 @@
Long messages will be split to up to 3 parts. To limit maximum number
of parts, specify an optional +max_length+ parameter:
api.send 'Very very long message...', '999314159265', :max_length => 2
+If you want to postpone message delivery, specify a +send_time+ parameter:
+
+ api.send 'Two hours later', '999314159265', :send_time => Time.now.to_i + 7200
+
See TextMagic::API.send for more information on +send+ method.
=== Checking sent message status
If you want to check sent message status, you have to use +message_id+