---
doc/service-api.txt | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 46989f4..99e80be 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -24,11 +24,18 @@ Methods array{object,dict} GetMessages()
that are part of a conversation between the service
entity and the number provided.
+ The number parameter must only contains significant digits
+ to look for (i.e.: n last digits of the phone number), only
+ messages with a recipient containing the given number will
+ be part of the GetConversation result.
+
The count parameter can either be 0 for unlimited
messages in the conversation or limit the conversation
to count last messages.
- Possible Errors: [service].Error.InvalidArguments
+ Possible Errors:
+ [service].Error.InvalidArguments
+ [service].Error.TransientFailure
object SendMessage(array{string} recipients, string smil,
array{string id, string content-type,
--
1.7.4.1