You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Messente API Library
2
2
3
3
- Messente API version: 2.0.0
4
-
- PHP artifact version: 3.4.1
4
+
- PHP artifact version: 3.5.0
5
5
6
6
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
Copy file name to clipboardExpand all lines: composer.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
{
2
2
"name": "messente/messente-api-php",
3
-
"version": "3.4.1",
3
+
"version": "3.5.0",
4
4
"description": "[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.",
**sender** | **string** | Phone number or alphanumeric sender name |[optional]
8
-
**validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional]
9
-
**ttl** | **int** | After how many seconds this channel is considered as failed and the next channel is attempted. Only one of \"ttl\" and \"validity\" can be used. | [optional]
10
-
**text** | **string** | Plaintext content for Telegram |
11
-
**imageUrl** | **string** | URL for the embedded image. Mutually exclusive with \"document_url\" and \"audio_url\" | [optional]
7
+
**sender** | **string** | Phone number or alphanumeric sender name |
8
+
**validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted.Only one of \"ttl\" and \"validity\" can be used. | [optional]
9
+
**ttl** | **int** | After how many seconds this channel is considered as failed and the next channel is attempted. Only one of \"ttl\" and \"validity\" can be used. | [optional]
10
+
**text** | **string** | Text content of the RCS message |
11
+
**imageUrl** | **string** | URL for the embedded image Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text | [optional]
12
12
**buttonUrl** | **string** | URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) | [optional]
13
13
**buttonText** | **string** | Must be specified along with ''text'', ''button_url'', ''button_text'', ''image_url'' (optional) | [optional]
14
-
**channel** | **string** | The channel used to deliver the message | [optional][default to 'telegram']
14
+
**channel** | **string** | The channel used to deliver the message | [optional][default to 'rcs']
**autoconvert** | **string** | Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace) (default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way | [optional]
**channel** | **string** | The channel used to deliver the message | [optional][default to 'rcs']
8
+
**sender** | **string** | Phone number or alphanumeric sender name |
9
+
**validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted.Only one of \"ttl\" and \"validity\" can be used. | [optional]
10
+
**ttl** | **int** | After how many seconds this channel is considered as failed and the next channel is attempted. Only one of \"ttl\" and \"validity\" can be used. | [optional]
11
+
**text** | **string** | Text content of the RCS message | [optional]
12
+
**suggestions** | [**\Messente\Api\Model\RcsSuggestion[]**](RcsSuggestion.md) | List of suggestions to include with the message | [optional]
**suggestions** | [**\Messente\Api\Model\RcsSuggestion[]**](RcsSuggestion.md) | List of suggestions that the recipient can use to respond. | [optional]
11
+
12
+
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
0 commit comments