chatgraph 0.3.14__tar.gz → 0.3.15__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of chatgraph might be problematic. Click here for more details.
- {chatgraph-0.3.14 → chatgraph-0.3.15}/PKG-INFO +1 -1
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/types/request_types.py +4 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/pyproject.toml +1 -1
- {chatgraph-0.3.14 → chatgraph-0.3.15}/LICENSE +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/README.md +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/__init__.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/auth/credentials.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/bot/chatbot_model.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/bot/chatbot_router.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/cli/__init__.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/error/chatbot_error.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/error/route_error.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/gRPC/gRPCCall.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/messages/message_consumer.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/pb/userstate.proto +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/pb/userstate_pb2.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/pb/userstate_pb2_grpc.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/pb/voll.proto +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/pb/voll_pb2.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/pb/voll_pb2_grpc.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/types/end_types.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/types/message_types.py +0 -0
- {chatgraph-0.3.14 → chatgraph-0.3.15}/chatgraph/types/route.py +0 -0
|
@@ -224,6 +224,10 @@ class UserCall:
|
|
|
224
224
|
if len(element_list) > 20:
|
|
225
225
|
raise ValueError("O número máximo de elementos é 20.")
|
|
226
226
|
|
|
227
|
+
if not text:
|
|
228
|
+
raise ValueError("O corpo da mensagem não pode ser vazio.")
|
|
229
|
+
|
|
230
|
+
|
|
227
231
|
response = self.__wpp_server_client.send_list(
|
|
228
232
|
{
|
|
229
233
|
"hook_id": self.company_phone,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|