Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtabaakbari221b committed Feb 25, 2023
1 parent cf3edfd commit 8921d7e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,19 @@ sms_ir.send_verify_code(
parameters,
)
```
another sample code:
```python
sms_ir.send_verify_code(
number="+989111111111",
template_id=10000,
parameters=[
{
"name" : "code",
"value": 12345,
},
],
)
```

### Message Report
get report of sent message
Expand Down

0 comments on commit 8921d7e

Please sign in to comment.