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
+3-3Lines changed: 3 additions & 3 deletions
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
-
- C# package version: 4.0.0
4
+
- C# package version: 4.1.0
5
5
6
6
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram 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.
7
7
@@ -11,11 +11,11 @@ Install Messente API library via NuGet Package Manager or .NET CLI.
Copy file name to clipboardExpand all lines: docs/OmnimessageMessagesInner.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,14 @@ Name | Type | Description | Notes
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
14
**Channel** | **string** | The channel used to deliver the message | [optional][default to ChannelEnum.Telegram]
**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]
Copy file name to clipboardExpand all lines: docs/WhatsApp.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,13 @@ Name | Type | Description | Notes
9
9
**Validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional]
10
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]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Id** | **string** | Unique identifier for the audio file. | [optional]
9
+
**MimeType** | **string** | MIME type of the audio file. | [optional]
10
+
**Link** | **string** | URL link to the audio file. | [optional]
11
+
12
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**SubType** | **string** | Sub-type of the component | [optional]
10
-
**Index** | **int** | index used to position buttons | [optional]
10
+
**Index** | **int?** | index used to position buttons | [optional]
11
11
**Parameters** | [**List<WhatsAppParameter>**](WhatsAppParameter.md) | List of parameters for the component | [optional]
12
12
13
13
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Id** | **string** | Unique identifier for the document file. | [optional]
9
+
**Caption** | **string** | Caption for the document. | [optional]
10
+
**MimeType** | **string** | MIME type of the document file. | [optional]
11
+
**FileName** | **string** | Name of the document file. | [optional]
12
+
**Link** | **string** | URL link to the document file. | [optional]
13
+
14
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Id** | **string** | Unique identifier for the image file. | [optional]
9
+
**Caption** | **string** | Caption for the image. | [optional]
10
+
**MimeType** | **string** | MIME type of the image file. | [optional]
11
+
**Link** | **string** | URL link to the image file. | [optional]
12
+
13
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Id** | **string** | Unique identifier for the sticker file. | [optional]
9
+
**MimeType** | **string** | MIME type of the sticker file. | [optional]
10
+
**Animated** | **bool?** | Indicates whether the sticker is animated. | [optional]
11
+
**Link** | **string** | URL link to the sticker file. | [optional]
12
+
13
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments