Skip to content

Commit b175d09

Browse files
author
Doug Crescenzi
committed
added mms doc to readme
1 parent 61db54f commit b175d09

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ Refer to the documentation for more examples.
9797

9898
Telapi::Message.create('12223334444', '13334445555', 'Hey you')
9999

100+
### Send an MMS
101+
102+
Telapi::MMS.create('12223334444', '13334445555', 'Hey you', 'http://some-image-url.png')
103+
100104
### Transcribe audio
101105

102106
Telapi::Transcription.transcribe_audio('http://some-audio-url')

0 commit comments

Comments
 (0)