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** | **str** | Phone number or alphanumeric sender name | [optional]
9
-
**validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted. Only one of \"ttl\" and \"validity\" can be used. | [optional]
10
-
**ttl** | **int** | After how many seconds this channel is considered as failed and the next channel is attempted. Only one of \"ttl\" and \"validity\" can be used. | [optional]
9
+
**validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional]
11
10
**autoconvert** | **str** | 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** | **str** | Phone number or alphanumeric sender name | [optional]
8
-
**validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted. Only one of \"ttl\" and \"validity\" can be used. | [optional]
9
-
**ttl** | **int** | After how many seconds this channel is considered as failed and the next channel is attempted. Only one of \"ttl\" and \"validity\" can be used. | [optional]
8
+
**validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional]
10
9
**text** | **str** | Plaintext content for Viber | [optional]
11
10
**image_url** | **str** | URL for the embedded image Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text | [optional]
12
11
**button_url** | **str** | URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) | [optional]
**sender** | **str** | Phone number or alphanumeric sender name | [optional]
8
8
**validity** | **int** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional]
9
-
**ttl** | **int** | After how many seconds this channel is considered as failed and the next channel is attempted. Only one of \"ttl\" and \"validity\" can be used. | [optional]
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. # noqa: E501
132
+
After how many minutes this channel is considered as failed and the next channel is attempted # noqa: E501
138
133
139
134
:return: The validity of this SMS. # noqa: E501
140
135
:rtype: int
@@ -145,37 +140,14 @@ def validity(self):
145
140
defvalidity(self, validity):
146
141
"""Sets the validity of this SMS.
147
142
148
-
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. # noqa: E501
143
+
After how many minutes this channel is considered as failed and the next channel is attempted # noqa: E501
149
144
150
145
:param validity: The validity of this SMS. # noqa: E501
151
146
:type validity: int
152
147
"""
153
148
154
149
self._validity=validity
155
150
156
-
@property
157
-
defttl(self):
158
-
"""Gets the ttl of this SMS. # noqa: E501
159
-
160
-
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. # noqa: E501
161
-
162
-
:return: The ttl of this SMS. # noqa: E501
163
-
:rtype: int
164
-
"""
165
-
returnself._ttl
166
-
167
-
@ttl.setter
168
-
defttl(self, ttl):
169
-
"""Sets the ttl of this SMS.
170
-
171
-
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. # noqa: E501
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. # noqa: E501
113
+
After how many minutes this channel is considered as failed and the next channel is attempted # noqa: E501
119
114
120
115
:return: The validity of this Viber. # noqa: E501
121
116
:rtype: int
@@ -126,37 +121,14 @@ def validity(self):
126
121
defvalidity(self, validity):
127
122
"""Sets the validity of this Viber.
128
123
129
-
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. # noqa: E501
124
+
After how many minutes this channel is considered as failed and the next channel is attempted # noqa: E501
130
125
131
126
:param validity: The validity of this Viber. # noqa: E501
132
127
:type validity: int
133
128
"""
134
129
135
130
self._validity=validity
136
131
137
-
@property
138
-
defttl(self):
139
-
"""Gets the ttl of this Viber. # noqa: E501
140
-
141
-
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. # noqa: E501
142
-
143
-
:return: The ttl of this Viber. # noqa: E501
144
-
:rtype: int
145
-
"""
146
-
returnself._ttl
147
-
148
-
@ttl.setter
149
-
defttl(self, ttl):
150
-
"""Sets the ttl of this Viber.
151
-
152
-
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. # noqa: E501
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. # noqa: E501
142
-
143
-
:return: The ttl of this WhatsApp. # noqa: E501
144
-
:rtype: int
145
-
"""
146
-
returnself._ttl
147
-
148
-
@ttl.setter
149
-
defttl(self, ttl):
150
-
"""Sets the ttl of this WhatsApp.
151
-
152
-
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. # noqa: E501
153
-
154
-
:param ttl: The ttl of this WhatsApp. # noqa: E501
0 commit comments