Skip to content

Commit

Permalink
Merge pull request briankabiro#60 from avikantwadhwa/master
Browse files Browse the repository at this point in the history
change_readme
  • Loading branch information
briankabiro authored Mar 2, 2020
2 parents 03e4f02 + bbd1de4 commit 21e5d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var filter = {
/** the next 5 filters should NOT be used together, they are OR-ed so pick one **/
read: 0, // 0 for unread SMS, 1 for SMS already read
_id: 1234, // specify the msg id
thread_id: 12 // specify the conversation thread_id
thread_id: 12, // specify the conversation thread_id
address: '+1888------', // sender's phone number
body: 'How are you', // content to match
/** the next 2 filters can be used for pagination **/
Expand Down

0 comments on commit 21e5d96

Please sign in to comment.