diff --git a/README.md b/README.md
index 003e0d0..f5e5c60 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# Messente API Library
-- Messente API version: 1.0.2
-- C# package version: 1.0.2
+- Messente API version: 1.1.0
+- C# package version: 1.1.0
-[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
## Installation
@@ -11,11 +11,11 @@ Install Messente API library via NuGet Package Manager or .NET CLI.
### Package Manager
-`Install-Package com.Messente.Api -Version 1.0.2`
+`Install-Package com.Messente.Api -Version 1.1.0`
### .NET CLI
-`dotnet add package com.Messente.Api --version 1.0.2`
+`dotnet add package com.Messente.Api --version 1.1.0`
## Features
@@ -118,7 +118,7 @@ namespace Example
## License
-[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
+[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
## Terms
diff --git a/docs/BlacklistApi.md b/docs/BlacklistApi.md
index ac54b60..7bbbe7c 100644
--- a/docs/BlacklistApi.md
+++ b/docs/BlacklistApi.md
@@ -97,7 +97,7 @@ namespace Example
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new BlacklistApi();
- var phone = phone_example; // string | A phone number
+ var phone = +37251000000; // string | A phone number
try
{
@@ -218,7 +218,7 @@ namespace Example
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new BlacklistApi();
- var phone = phone_example; // string | A phone number
+ var phone = +37251000000; // string | A phone number
try
{
diff --git a/docs/ContactsApi.md b/docs/ContactsApi.md
index 58c6bd2..584d102 100644
--- a/docs/ContactsApi.md
+++ b/docs/ContactsApi.md
@@ -39,8 +39,8 @@ namespace Example
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new ContactsApi();
- var groupId = groupId_example; // string | String in UUID format
- var phone = phone_example; // string | A phone number
+ var groupId = 5792a02a-e5c2-422b-a0a0-0ae65d814663; // string | String in UUID format
+ var phone = +37251000000; // string | A phone number
try
{
@@ -167,7 +167,7 @@ namespace Example
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new ContactsApi();
- var phone = phone_example; // string | A phone number
+ var phone = +37251000000; // string | A phone number
try
{
@@ -229,7 +229,7 @@ namespace Example
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new ContactsApi();
- var phone = phone_example; // string | A phone number
+ var phone = +37251000000; // string | A phone number
try
{
@@ -292,7 +292,7 @@ namespace Example
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new ContactsApi();
- var phone = phone_example; // string | A phone number
+ var phone = +37251000000; // string | A phone number
try
{
@@ -418,8 +418,8 @@ namespace Example
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new ContactsApi();
- var groupId = groupId_example; // string | String in UUID format
- var phone = phone_example; // string | A phone number
+ var groupId = 5792a02a-e5c2-422b-a0a0-0ae65d814663; // string | String in UUID format
+ var phone = +37251000000; // string | A phone number
try
{
@@ -482,7 +482,7 @@ namespace Example
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new ContactsApi();
- var phone = phone_example; // string | A phone number
+ var phone = +37251000000; // string | A phone number
var contactUpdateFields = new ContactUpdateFields(); // ContactUpdateFields |
try
diff --git a/docs/GroupsApi.md b/docs/GroupsApi.md
index 12030cc..2c47dcc 100644
--- a/docs/GroupsApi.md
+++ b/docs/GroupsApi.md
@@ -99,7 +99,7 @@ namespace Example
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new GroupsApi();
- var groupId = groupId_example; // string | String in UUID format
+ var groupId = 5792a02a-e5c2-422b-a0a0-0ae65d814663; // string | String in UUID format
try
{
@@ -161,7 +161,7 @@ namespace Example
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new GroupsApi();
- var groupId = groupId_example; // string | String in UUID format
+ var groupId = 5792a02a-e5c2-422b-a0a0-0ae65d814663; // string | String in UUID format
try
{
@@ -283,7 +283,7 @@ namespace Example
Configuration.Default.Password = "YOUR_PASSWORD";
var apiInstance = new GroupsApi();
- var groupId = groupId_example; // string | String in UUID format
+ var groupId = 5792a02a-e5c2-422b-a0a0-0ae65d814663; // string | String in UUID format
var groupName = new GroupName(); // GroupName |
try
diff --git a/docs/Telegram.md b/docs/Telegram.md
new file mode 100644
index 0000000..f00351b
--- /dev/null
+++ b/docs/Telegram.md
@@ -0,0 +1,15 @@
+# com.Messente.Api.Model.Telegram
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**Sender** | **string** | Phone number or alphanumeric sender name | [optional]
+**Validity** | **int?** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional]
+**Text** | **string** | Plaintext content for Telegram | [optional]
+**ImageUrl** | **string** | URL for the embedded image. Mutually exclusive with \"document_url\" and \"audio_url\" | [optional]
+**DocumentUrl** | **string** | URL for the embedded image. Mutually exclusive with \"audio_url\" and \"image_url\" | [optional]
+**AudioUrl** | **string** | URL for the embedded image. Mutually exclusive with \"document_url\" and \"image_url\" | [optional]
+**Channel** | **string** | The channel used to deliver the message | [optional] [default to ChannelEnum.Telegram]
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
diff --git a/src/com.Messente.Api/Api/BlacklistApi.cs b/src/com.Messente.Api/Api/BlacklistApi.cs
index adab1dd..c17beb8 100644
--- a/src/com.Messente.Api/Api/BlacklistApi.cs
+++ b/src/com.Messente.Api/Api/BlacklistApi.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Api/ContactsApi.cs b/src/com.Messente.Api/Api/ContactsApi.cs
index aff5fb2..31630c3 100644
--- a/src/com.Messente.Api/Api/ContactsApi.cs
+++ b/src/com.Messente.Api/Api/ContactsApi.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Api/DeliveryReportApi.cs b/src/com.Messente.Api/Api/DeliveryReportApi.cs
index a523920..0fb5c0a 100644
--- a/src/com.Messente.Api/Api/DeliveryReportApi.cs
+++ b/src/com.Messente.Api/Api/DeliveryReportApi.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Api/GroupsApi.cs b/src/com.Messente.Api/Api/GroupsApi.cs
index a08d419..5396651 100644
--- a/src/com.Messente.Api/Api/GroupsApi.cs
+++ b/src/com.Messente.Api/Api/GroupsApi.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Api/OmnimessageApi.cs b/src/com.Messente.Api/Api/OmnimessageApi.cs
index d83a542..cc24056 100644
--- a/src/com.Messente.Api/Api/OmnimessageApi.cs
+++ b/src/com.Messente.Api/Api/OmnimessageApi.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Client/ApiClient.cs b/src/com.Messente.Api/Client/ApiClient.cs
index 4a44d3e..43fd675 100644
--- a/src/com.Messente.Api/Client/ApiClient.cs
+++ b/src/com.Messente.Api/Client/ApiClient.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Client/ApiException.cs b/src/com.Messente.Api/Client/ApiException.cs
index f89c9c2..88ba421 100644
--- a/src/com.Messente.Api/Client/ApiException.cs
+++ b/src/com.Messente.Api/Client/ApiException.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Client/ApiResponse.cs b/src/com.Messente.Api/Client/ApiResponse.cs
index 9f932dd..ebc2620 100644
--- a/src/com.Messente.Api/Client/ApiResponse.cs
+++ b/src/com.Messente.Api/Client/ApiResponse.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Client/Configuration.cs b/src/com.Messente.Api/Client/Configuration.cs
index 8dbae48..183a94d 100644
--- a/src/com.Messente.Api/Client/Configuration.cs
+++ b/src/com.Messente.Api/Client/Configuration.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -29,7 +29,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
///
/// Version of the package.
- public const string Version = "1.0.2";
+ public const string Version = "1.1.0";
///
/// Identifier for ISO 8601 DateTime Format
@@ -110,7 +110,7 @@ static Configuration()
///
public Configuration()
{
- UserAgent = "OpenAPI-Generator/1.0.2/csharp";
+ UserAgent = "OpenAPI-Generator/1.1.0/csharp";
BasePath = "https://api.messente.com/v1";
DefaultHeader = new ConcurrentDictionary();
ApiKey = new ConcurrentDictionary();
@@ -183,7 +183,7 @@ public Configuration(
string tempFolderPath = null,
string dateTimeFormat = null,
int timeout = 100000,
- string userAgent = "OpenAPI-Generator/1.0.2/csharp"
+ string userAgent = "OpenAPI-Generator/1.1.0/csharp"
// ReSharper restore UnusedParameter.Local
)
{
@@ -414,8 +414,8 @@ public static String ToDebugReport()
{
String report = "C# SDK (com.Messente.Api) Debug Report:\n";
report += " OS: " + System.Runtime.InteropServices.RuntimeInformation.OSDescription + "\n";
- report += " Version of the API: 1.0.2\n";
- report += " SDK Package Version: 1.0.2\n";
+ report += " Version of the API: 1.1.0\n";
+ report += " SDK Package Version: 1.1.0\n";
return report;
}
diff --git a/src/com.Messente.Api/Client/ExceptionFactory.cs b/src/com.Messente.Api/Client/ExceptionFactory.cs
index 448ebe6..e68ed57 100644
--- a/src/com.Messente.Api/Client/ExceptionFactory.cs
+++ b/src/com.Messente.Api/Client/ExceptionFactory.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Client/GlobalConfiguration.cs b/src/com.Messente.Api/Client/GlobalConfiguration.cs
index 796cb2a..3ba3407 100644
--- a/src/com.Messente.Api/Client/GlobalConfiguration.cs
+++ b/src/com.Messente.Api/Client/GlobalConfiguration.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Client/IApiAccessor.cs b/src/com.Messente.Api/Client/IApiAccessor.cs
index e94ea6b..0d86a54 100644
--- a/src/com.Messente.Api/Client/IApiAccessor.cs
+++ b/src/com.Messente.Api/Client/IApiAccessor.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Client/IReadableConfiguration.cs b/src/com.Messente.Api/Client/IReadableConfiguration.cs
index 6d169ae..035e8d8 100644
--- a/src/com.Messente.Api/Client/IReadableConfiguration.cs
+++ b/src/com.Messente.Api/Client/IReadableConfiguration.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Client/OpenAPIDateConverter.cs b/src/com.Messente.Api/Client/OpenAPIDateConverter.cs
index 273b363..754440e 100644
--- a/src/com.Messente.Api/Client/OpenAPIDateConverter.cs
+++ b/src/com.Messente.Api/Client/OpenAPIDateConverter.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/Channel.cs b/src/com.Messente.Api/Model/Channel.cs
index 492d963..931d520 100644
--- a/src/com.Messente.Api/Model/Channel.cs
+++ b/src/com.Messente.Api/Model/Channel.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -47,7 +47,13 @@ public enum Channel
/// Enum Whatsapp for value: whatsapp
///
[EnumMember(Value = "whatsapp")]
- Whatsapp = 3
+ Whatsapp = 3,
+
+ ///
+ /// Enum Telegram for value: telegram
+ ///
+ [EnumMember(Value = "telegram")]
+ Telegram = 4
}
diff --git a/src/com.Messente.Api/Model/ContactEnvelope.cs b/src/com.Messente.Api/Model/ContactEnvelope.cs
index 04a5af3..f51c5c4 100644
--- a/src/com.Messente.Api/Model/ContactEnvelope.cs
+++ b/src/com.Messente.Api/Model/ContactEnvelope.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ContactFields.cs b/src/com.Messente.Api/Model/ContactFields.cs
index 9eea0e0..8285cf5 100644
--- a/src/com.Messente.Api/Model/ContactFields.cs
+++ b/src/com.Messente.Api/Model/ContactFields.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ContactListEnvelope.cs b/src/com.Messente.Api/Model/ContactListEnvelope.cs
index 5d9a268..bf96191 100644
--- a/src/com.Messente.Api/Model/ContactListEnvelope.cs
+++ b/src/com.Messente.Api/Model/ContactListEnvelope.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ContactUpdateFields.cs b/src/com.Messente.Api/Model/ContactUpdateFields.cs
index 5d40a56..c149bfe 100644
--- a/src/com.Messente.Api/Model/ContactUpdateFields.cs
+++ b/src/com.Messente.Api/Model/ContactUpdateFields.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/DeliveryReportResponse.cs b/src/com.Messente.Api/Model/DeliveryReportResponse.cs
index fda7d8a..bb237df 100644
--- a/src/com.Messente.Api/Model/DeliveryReportResponse.cs
+++ b/src/com.Messente.Api/Model/DeliveryReportResponse.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/DeliveryResult.cs b/src/com.Messente.Api/Model/DeliveryResult.cs
index 8357373..7b294b8 100644
--- a/src/com.Messente.Api/Model/DeliveryResult.cs
+++ b/src/com.Messente.Api/Model/DeliveryResult.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/EmptyObject.cs b/src/com.Messente.Api/Model/EmptyObject.cs
index c9ad9f8..e0cb08b 100644
--- a/src/com.Messente.Api/Model/EmptyObject.cs
+++ b/src/com.Messente.Api/Model/EmptyObject.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ErrorCodeOmnichannel.cs b/src/com.Messente.Api/Model/ErrorCodeOmnichannel.cs
index 31bbe5d..d813e13 100644
--- a/src/com.Messente.Api/Model/ErrorCodeOmnichannel.cs
+++ b/src/com.Messente.Api/Model/ErrorCodeOmnichannel.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ErrorCodeOmnichannelMachine.cs b/src/com.Messente.Api/Model/ErrorCodeOmnichannelMachine.cs
index 1fc55ce..ac33277 100644
--- a/src/com.Messente.Api/Model/ErrorCodeOmnichannelMachine.cs
+++ b/src/com.Messente.Api/Model/ErrorCodeOmnichannelMachine.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ErrorCodePhonebook.cs b/src/com.Messente.Api/Model/ErrorCodePhonebook.cs
index b34d635..c1bf63f 100644
--- a/src/com.Messente.Api/Model/ErrorCodePhonebook.cs
+++ b/src/com.Messente.Api/Model/ErrorCodePhonebook.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ErrorItemOmnichannel.cs b/src/com.Messente.Api/Model/ErrorItemOmnichannel.cs
index 025a296..924fe8c 100644
--- a/src/com.Messente.Api/Model/ErrorItemOmnichannel.cs
+++ b/src/com.Messente.Api/Model/ErrorItemOmnichannel.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ErrorItemPhonebook.cs b/src/com.Messente.Api/Model/ErrorItemPhonebook.cs
index 71f33b4..33287c8 100644
--- a/src/com.Messente.Api/Model/ErrorItemPhonebook.cs
+++ b/src/com.Messente.Api/Model/ErrorItemPhonebook.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ErrorOmnichannel.cs b/src/com.Messente.Api/Model/ErrorOmnichannel.cs
index 6bbe9c3..cbca7ef 100644
--- a/src/com.Messente.Api/Model/ErrorOmnichannel.cs
+++ b/src/com.Messente.Api/Model/ErrorOmnichannel.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ErrorPhonebook.cs b/src/com.Messente.Api/Model/ErrorPhonebook.cs
index 12b77db..68cd734 100644
--- a/src/com.Messente.Api/Model/ErrorPhonebook.cs
+++ b/src/com.Messente.Api/Model/ErrorPhonebook.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ErrorTitleOmnichannel.cs b/src/com.Messente.Api/Model/ErrorTitleOmnichannel.cs
index f77b416..3646633 100644
--- a/src/com.Messente.Api/Model/ErrorTitleOmnichannel.cs
+++ b/src/com.Messente.Api/Model/ErrorTitleOmnichannel.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/ErrorTitlePhonebook.cs b/src/com.Messente.Api/Model/ErrorTitlePhonebook.cs
index d2533bf..1449d11 100644
--- a/src/com.Messente.Api/Model/ErrorTitlePhonebook.cs
+++ b/src/com.Messente.Api/Model/ErrorTitlePhonebook.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/FetchBlacklistSuccess.cs b/src/com.Messente.Api/Model/FetchBlacklistSuccess.cs
index ec5782e..9a49cbb 100644
--- a/src/com.Messente.Api/Model/FetchBlacklistSuccess.cs
+++ b/src/com.Messente.Api/Model/FetchBlacklistSuccess.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/GroupEnvelope.cs b/src/com.Messente.Api/Model/GroupEnvelope.cs
index 20f6fbb..f19a9e1 100644
--- a/src/com.Messente.Api/Model/GroupEnvelope.cs
+++ b/src/com.Messente.Api/Model/GroupEnvelope.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/GroupListEnvelope.cs b/src/com.Messente.Api/Model/GroupListEnvelope.cs
index 1cdadf5..f57e155 100644
--- a/src/com.Messente.Api/Model/GroupListEnvelope.cs
+++ b/src/com.Messente.Api/Model/GroupListEnvelope.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/GroupName.cs b/src/com.Messente.Api/Model/GroupName.cs
index d7b0c23..0028dde 100644
--- a/src/com.Messente.Api/Model/GroupName.cs
+++ b/src/com.Messente.Api/Model/GroupName.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/GroupResponseFields.cs b/src/com.Messente.Api/Model/GroupResponseFields.cs
index be4f588..20fb01a 100644
--- a/src/com.Messente.Api/Model/GroupResponseFields.cs
+++ b/src/com.Messente.Api/Model/GroupResponseFields.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/MessageResult.cs b/src/com.Messente.Api/Model/MessageResult.cs
index beb2b3a..d8d4f92 100644
--- a/src/com.Messente.Api/Model/MessageResult.cs
+++ b/src/com.Messente.Api/Model/MessageResult.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/NumberToBlacklist.cs b/src/com.Messente.Api/Model/NumberToBlacklist.cs
index abe2b9d..e12ad0e 100644
--- a/src/com.Messente.Api/Model/NumberToBlacklist.cs
+++ b/src/com.Messente.Api/Model/NumberToBlacklist.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/OmniMessageCreateSuccessResponse.cs b/src/com.Messente.Api/Model/OmniMessageCreateSuccessResponse.cs
index a081a6e..6ccb1e0 100644
--- a/src/com.Messente.Api/Model/OmniMessageCreateSuccessResponse.cs
+++ b/src/com.Messente.Api/Model/OmniMessageCreateSuccessResponse.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/Omnimessage.cs b/src/com.Messente.Api/Model/Omnimessage.cs
index 52be748..ae40695 100644
--- a/src/com.Messente.Api/Model/Omnimessage.cs
+++ b/src/com.Messente.Api/Model/Omnimessage.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/SMS.cs b/src/com.Messente.Api/Model/SMS.cs
index 2556998..f0557df 100644
--- a/src/com.Messente.Api/Model/SMS.cs
+++ b/src/com.Messente.Api/Model/SMS.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/Status.cs b/src/com.Messente.Api/Model/Status.cs
index ce8eb9f..bc075b0 100644
--- a/src/com.Messente.Api/Model/Status.cs
+++ b/src/com.Messente.Api/Model/Status.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/Telegram.cs b/src/com.Messente.Api/Model/Telegram.cs
new file mode 100644
index 0000000..a4d511e
--- /dev/null
+++ b/src/com.Messente.Api/Model/Telegram.cs
@@ -0,0 +1,238 @@
+/*
+ * Messente API
+ *
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ *
+ * OpenAPI spec version: 1.1.0
+ * Contact: messente@messente.com
+ * Generated by: https://github.com/openapitools/openapi-generator.git
+ */
+
+using System;
+using System.Linq;
+using System.IO;
+using System.Text;
+using System.Collections;
+using System.Collections.Generic;
+using System.Collections.ObjectModel;
+using System.Runtime.Serialization;
+using Newtonsoft.Json;
+using Newtonsoft.Json.Converters;
+using OpenAPIDateConverter = com.Messente.Api.Client.OpenAPIDateConverter;
+
+namespace com.Messente.Api.Model
+{
+ ///
+ /// Telegram message content
+ ///
+ [DataContract]
+ public partial class Telegram : IEquatable
+ {
+ ///
+ /// The channel used to deliver the message
+ ///
+ /// The channel used to deliver the message
+ [JsonConverter(typeof(StringEnumConverter))]
+ public enum ChannelEnum
+ {
+ ///
+ /// Enum Telegram for value: telegram
+ ///
+ [EnumMember(Value = "telegram")]
+ Telegram = 1
+
+ }
+
+ ///
+ /// The channel used to deliver the message
+ ///
+ /// The channel used to deliver the message
+ [DataMember(Name="channel", EmitDefaultValue=false)]
+ public ChannelEnum? Channel { get; set; }
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ /// Phone number or alphanumeric sender name.
+ /// After how many minutes this channel is considered as failed and the next channel is attempted.
+ /// Plaintext content for Telegram.
+ /// URL for the embedded image. Mutually exclusive with \"document_url\" and \"audio_url\".
+ /// URL for the embedded image. Mutually exclusive with \"audio_url\" and \"image_url\".
+ /// URL for the embedded image. Mutually exclusive with \"document_url\" and \"image_url\".
+ /// The channel used to deliver the message (default to ChannelEnum.Telegram).
+ public Telegram(string sender = default(string), int? validity = default(int?), string text = default(string), string imageUrl = default(string), string documentUrl = default(string), string audioUrl = default(string), ChannelEnum? channel = ChannelEnum.Telegram)
+ {
+ this.Sender = sender;
+ this.Validity = validity;
+ this.Text = text;
+ this.ImageUrl = imageUrl;
+ this.DocumentUrl = documentUrl;
+ this.AudioUrl = audioUrl;
+ // use default value if no "channel" provided
+ if (channel == null)
+ {
+ this.Channel = ChannelEnum.Telegram;
+ }
+ else
+ {
+ this.Channel = channel;
+ }
+ }
+
+ ///
+ /// Phone number or alphanumeric sender name
+ ///
+ /// Phone number or alphanumeric sender name
+ [DataMember(Name="sender", EmitDefaultValue=false)]
+ public string Sender { get; set; }
+
+ ///
+ /// After how many minutes this channel is considered as failed and the next channel is attempted
+ ///
+ /// After how many minutes this channel is considered as failed and the next channel is attempted
+ [DataMember(Name="validity", EmitDefaultValue=false)]
+ public int? Validity { get; set; }
+
+ ///
+ /// Plaintext content for Telegram
+ ///
+ /// Plaintext content for Telegram
+ [DataMember(Name="text", EmitDefaultValue=false)]
+ public string Text { get; set; }
+
+ ///
+ /// URL for the embedded image. Mutually exclusive with \"document_url\" and \"audio_url\"
+ ///
+ /// URL for the embedded image. Mutually exclusive with \"document_url\" and \"audio_url\"
+ [DataMember(Name="image_url", EmitDefaultValue=false)]
+ public string ImageUrl { get; set; }
+
+ ///
+ /// URL for the embedded image. Mutually exclusive with \"audio_url\" and \"image_url\"
+ ///
+ /// URL for the embedded image. Mutually exclusive with \"audio_url\" and \"image_url\"
+ [DataMember(Name="document_url", EmitDefaultValue=false)]
+ public string DocumentUrl { get; set; }
+
+ ///
+ /// URL for the embedded image. Mutually exclusive with \"document_url\" and \"image_url\"
+ ///
+ /// URL for the embedded image. Mutually exclusive with \"document_url\" and \"image_url\"
+ [DataMember(Name="audio_url", EmitDefaultValue=false)]
+ public string AudioUrl { get; set; }
+
+
+ ///
+ /// Returns the string presentation of the object
+ ///
+ /// String presentation of the object
+ public override string ToString()
+ {
+ var sb = new StringBuilder();
+ sb.Append("class Telegram {\n");
+ sb.Append(" Sender: ").Append(Sender).Append("\n");
+ sb.Append(" Validity: ").Append(Validity).Append("\n");
+ sb.Append(" Text: ").Append(Text).Append("\n");
+ sb.Append(" ImageUrl: ").Append(ImageUrl).Append("\n");
+ sb.Append(" DocumentUrl: ").Append(DocumentUrl).Append("\n");
+ sb.Append(" AudioUrl: ").Append(AudioUrl).Append("\n");
+ sb.Append(" Channel: ").Append(Channel).Append("\n");
+ sb.Append("}\n");
+ return sb.ToString();
+ }
+
+ ///
+ /// Returns the JSON string presentation of the object
+ ///
+ /// JSON string presentation of the object
+ public virtual string ToJson()
+ {
+ return JsonConvert.SerializeObject(this, Formatting.Indented);
+ }
+
+ ///
+ /// Returns true if objects are equal
+ ///
+ /// Object to be compared
+ /// Boolean
+ public override bool Equals(object input)
+ {
+ return this.Equals(input as Telegram);
+ }
+
+ ///
+ /// Returns true if Telegram instances are equal
+ ///
+ /// Instance of Telegram to be compared
+ /// Boolean
+ public bool Equals(Telegram input)
+ {
+ if (input == null)
+ return false;
+
+ return
+ (
+ this.Sender == input.Sender ||
+ (this.Sender != null &&
+ this.Sender.Equals(input.Sender))
+ ) &&
+ (
+ this.Validity == input.Validity ||
+ (this.Validity != null &&
+ this.Validity.Equals(input.Validity))
+ ) &&
+ (
+ this.Text == input.Text ||
+ (this.Text != null &&
+ this.Text.Equals(input.Text))
+ ) &&
+ (
+ this.ImageUrl == input.ImageUrl ||
+ (this.ImageUrl != null &&
+ this.ImageUrl.Equals(input.ImageUrl))
+ ) &&
+ (
+ this.DocumentUrl == input.DocumentUrl ||
+ (this.DocumentUrl != null &&
+ this.DocumentUrl.Equals(input.DocumentUrl))
+ ) &&
+ (
+ this.AudioUrl == input.AudioUrl ||
+ (this.AudioUrl != null &&
+ this.AudioUrl.Equals(input.AudioUrl))
+ ) &&
+ (
+ this.Channel == input.Channel ||
+ (this.Channel != null &&
+ this.Channel.Equals(input.Channel))
+ );
+ }
+
+ ///
+ /// Gets the hash code
+ ///
+ /// Hash code
+ public override int GetHashCode()
+ {
+ unchecked // Overflow is fine, just wrap
+ {
+ int hashCode = 41;
+ if (this.Sender != null)
+ hashCode = hashCode * 59 + this.Sender.GetHashCode();
+ if (this.Validity != null)
+ hashCode = hashCode * 59 + this.Validity.GetHashCode();
+ if (this.Text != null)
+ hashCode = hashCode * 59 + this.Text.GetHashCode();
+ if (this.ImageUrl != null)
+ hashCode = hashCode * 59 + this.ImageUrl.GetHashCode();
+ if (this.DocumentUrl != null)
+ hashCode = hashCode * 59 + this.DocumentUrl.GetHashCode();
+ if (this.AudioUrl != null)
+ hashCode = hashCode * 59 + this.AudioUrl.GetHashCode();
+ if (this.Channel != null)
+ hashCode = hashCode * 59 + this.Channel.GetHashCode();
+ return hashCode;
+ }
+ }
+ }
+
+}
diff --git a/src/com.Messente.Api/Model/TextStore.cs b/src/com.Messente.Api/Model/TextStore.cs
index c2dad99..5c4211c 100644
--- a/src/com.Messente.Api/Model/TextStore.cs
+++ b/src/com.Messente.Api/Model/TextStore.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/Viber.cs b/src/com.Messente.Api/Model/Viber.cs
index 8a2497e..34d1f62 100644
--- a/src/com.Messente.Api/Model/Viber.cs
+++ b/src/com.Messente.Api/Model/Viber.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/WhatsApp.cs b/src/com.Messente.Api/Model/WhatsApp.cs
index 45ae75f..628b354 100644
--- a/src/com.Messente.Api/Model/WhatsApp.cs
+++ b/src/com.Messente.Api/Model/WhatsApp.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/WhatsAppAudio.cs b/src/com.Messente.Api/Model/WhatsAppAudio.cs
index 2e5c2c7..e1a1f0d 100644
--- a/src/com.Messente.Api/Model/WhatsAppAudio.cs
+++ b/src/com.Messente.Api/Model/WhatsAppAudio.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/WhatsAppDocument.cs b/src/com.Messente.Api/Model/WhatsAppDocument.cs
index e93b24b..b6aa259 100644
--- a/src/com.Messente.Api/Model/WhatsAppDocument.cs
+++ b/src/com.Messente.Api/Model/WhatsAppDocument.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/WhatsAppImage.cs b/src/com.Messente.Api/Model/WhatsAppImage.cs
index ed981cd..acff9bd 100644
--- a/src/com.Messente.Api/Model/WhatsAppImage.cs
+++ b/src/com.Messente.Api/Model/WhatsAppImage.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Model/WhatsAppText.cs b/src/com.Messente.Api/Model/WhatsAppText.cs
index 3fb381a..680ea2e 100644
--- a/src/com.Messente.Api/Model/WhatsAppText.cs
+++ b/src/com.Messente.Api/Model/WhatsAppText.cs
@@ -1,9 +1,9 @@
/*
* Messente API
*
- * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
+ * [Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber, WhatsApp and Telegram messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
*
- * OpenAPI spec version: 1.0.2
+ * OpenAPI spec version: 1.1.0
* Contact: messente@messente.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/src/com.Messente.Api/Properties/AssemblyInfo.cs b/src/com.Messente.Api/Properties/AssemblyInfo.cs
index 10aeec5..c11936a 100644
--- a/src/com.Messente.Api/Properties/AssemblyInfo.cs
+++ b/src/com.Messente.Api/Properties/AssemblyInfo.cs
@@ -28,5 +28,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.2")]
-[assembly: AssemblyFileVersion("1.0.2")]
+[assembly: AssemblyVersion("1.1.0")]
+[assembly: AssemblyFileVersion("1.1.0")]
diff --git a/src/com.Messente.Api/com.Messente.Api.csproj b/src/com.Messente.Api/com.Messente.Api.csproj
index 3fdf59b..b8083a6 100644
--- a/src/com.Messente.Api/com.Messente.Api.csproj
+++ b/src/com.Messente.Api/com.Messente.Api.csproj
@@ -2,9 +2,9 @@