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
|**sender**|**String**| Phone number or alphanumeric sender name |[optional]|
11
11
|**validity**|**Integer**| After how many minutes this channel is considered as failed and the next channel is attempted |[optional]|
12
-
|**ttl**|**Integer**| 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]|
13
12
|**text**|**String**| Plaintext content for Telegram ||
14
13
|**imageUrl**|**String**| URL for the embedded image. Mutually exclusive with \"document_url\" and \"audio_url\" |[optional]|
15
14
|**buttonUrl**|**String**| URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) |[optional]|
|**sender**|**String**| Phone number or alphanumeric sender name |[optional]|
13
-
|**validity**|**Integer**| 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]|
14
-
|**ttl**|**Integer**| 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]|
13
+
|**validity**|**Integer**| After how many minutes this channel is considered as failed and the next channel is attempted |[optional]|
15
14
|**autoconvert**|[**AutoconvertEnum**](#AutoconvertEnum)| 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]|
|**sender**|**String**| Phone number or alphanumeric sender name |[optional]|
12
-
|**validity**|**Integer**| 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]|
13
-
|**ttl**|**Integer**| 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]|
12
+
|**validity**|**Integer**| After how many minutes this channel is considered as failed and the next channel is attempted |[optional]|
14
13
|**text**|**String**| Plaintext content for Viber |[optional]|
15
14
|**imageUrl**|**String**| URL for the embedded image Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text |[optional]|
16
15
|**buttonUrl**|**String**| URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) |[optional]|
|**sender**|**String**| Phone number or alphanumeric sender name |[optional]|
12
12
|**validity**|**Integer**| After how many minutes this channel is considered as failed and the next channel is attempted |[optional]|
13
-
|**ttl**|**Integer**| 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]|
* 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
71
67
*/
@@ -228,11 +224,11 @@ public SMS validity(Integer validity) {
228
224
}
229
225
230
226
/**
231
-
* 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.
227
+
* After how many minutes this channel is considered as failed and the next channel is attempted
232
228
* @return validity
233
229
**/
234
230
@javax.annotation.Nullable
235
-
@ApiModelProperty(example = "360", value = "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.")
231
+
@ApiModelProperty(example = "360", value = "After how many minutes this channel is considered as failed and the next channel is attempted")
236
232
237
233
publicIntegergetValidity() {
238
234
returnvalidity;
@@ -244,29 +240,6 @@ public void setValidity(Integer validity) {
244
240
}
245
241
246
242
247
-
publicSMSttl(Integerttl) {
248
-
249
-
this.ttl = ttl;
250
-
returnthis;
251
-
}
252
-
253
-
/**
254
-
* 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.
255
-
* @return ttl
256
-
**/
257
-
@javax.annotation.Nullable
258
-
@ApiModelProperty(example = "21600", value = "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.")
@@ -160,11 +156,11 @@ public Viber validity(Integer validity) {
160
156
}
161
157
162
158
/**
163
-
* 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.
159
+
* After how many minutes this channel is considered as failed and the next channel is attempted
164
160
* @return validity
165
161
**/
166
162
@javax.annotation.Nullable
167
-
@ApiModelProperty(example = "360", value = "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.")
163
+
@ApiModelProperty(example = "360", value = "After how many minutes this channel is considered as failed and the next channel is attempted")
168
164
169
165
publicIntegergetValidity() {
170
166
returnvalidity;
@@ -176,29 +172,6 @@ public void setValidity(Integer validity) {
176
172
}
177
173
178
174
179
-
publicViberttl(Integerttl) {
180
-
181
-
this.ttl = ttl;
182
-
returnthis;
183
-
}
184
-
185
-
/**
186
-
* 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.
187
-
* @return ttl
188
-
**/
189
-
@javax.annotation.Nullable
190
-
@ApiModelProperty(example = "21600", value = "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.")
191
-
192
-
publicIntegergetTtl() {
193
-
returnttl;
194
-
}
195
-
196
-
197
-
publicvoidsetTtl(Integerttl) {
198
-
this.ttl = ttl;
199
-
}
200
-
201
-
202
175
publicVibertext(Stringtext) {
203
176
204
177
this.text = text;
@@ -326,7 +299,6 @@ public boolean equals(Object o) {
@@ -180,29 +176,6 @@ public void setValidity(Integer validity) {
180
176
}
181
177
182
178
183
-
publicWhatsAppttl(Integerttl) {
184
-
185
-
this.ttl = ttl;
186
-
returnthis;
187
-
}
188
-
189
-
/**
190
-
* 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.
191
-
* @return ttl
192
-
**/
193
-
@javax.annotation.Nullable
194
-
@ApiModelProperty(example = "21600", value = "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.")
195
-
196
-
publicIntegergetTtl() {
197
-
returnttl;
198
-
}
199
-
200
-
201
-
publicvoidsetTtl(Integerttl) {
202
-
this.ttl = ttl;
203
-
}
204
-
205
-
206
179
publicWhatsApptext(WhatsAppTexttext) {
207
180
208
181
this.text = text;
@@ -330,7 +303,6 @@ public boolean equals(Object o) {
0 commit comments