Skip to content

Commit

Permalink
Added MMS comments
Browse files Browse the repository at this point in the history
  • Loading branch information
huzaif-plivo committed Apr 25, 2021
1 parent 3e76220 commit df61fc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/plivo/resources/messages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def get(message_uuid)
# @option options [String] :method The method used to call the url. Defaults to POST.
# @option options [String] :log If set to false, the content of this message will not be logged on the Plivo infrastructure and the dst value will be masked (e.g., 141XXXXX528). Default is set to true.
# @option options [String] :trackable set to false
# @option options[List]: media_urls Minimum one media url should be present in Media urls list to send mms. Maximum allowd 10 media urls inside the list (e.g, media_urls : ['https//example.com/test.jpg', 'https://example.com/abcd.gif'])
# @option options[List]: media_ids Minimum one media ids should be present in Media ids list to send mms. Maximum allowd 10 media ids inside the list (e.g, media_ids : ['1fs211ba-355b-11ea-bbc9-02121c1190q7'])

def create(src = nil, dst = nil, text = nil, options = nil, powerpack_uuid = nil)
#All params in One HASH
Expand Down

0 comments on commit df61fc9

Please sign in to comment.