Skip to content

Commit 77cbabb

Browse files
authored
Update README.md
1 parent 5512a1e commit 77cbabb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ The options array `$options` has the following keys:
7575
$SMS->sendPremium($options);
7676
```
7777
The options array `$options` has the following keys:
78+
- `message`: SMS content. `REQUIRED`
79+
- `to`: A single recipient or an array of recipients. `REQUIRED`
80+
- array of recipients contains
81+
- `from`: Shortcode or alphanumeric ID that is registered with Africa's Talking account.
7882
- `keyword`: Value is a premium keyword `REQUIRED`
7983
- `linkId`: "This is used for premium services to send OnDemand messages. We forward the linkId to your application when the user sends a message to your service. `REQUIRED`
8084
- `retryDurationInHours`: "It specifies the number of hours your subscription message should be retried in case it's not delivered to the subscriber"

0 commit comments

Comments
 (0)