tweaks to docs (#200)

This commit is contained in:
Dominic Wong
2021-09-02 15:23:24 +01:00
committed by GitHub
parent 2e5af32faf
commit d378ef2de5
39 changed files with 83 additions and 88 deletions

View File

@@ -45,9 +45,9 @@ message PrintResponse {
string text = 1;
}
// Send an emoji to anyone via SMS
// Send an emoji to anyone via SMS. Messages are sent in the form '<message> Sent from <from>'
message SendRequest {
// who the message is from e.g Alice
// the name of the sender from e.g Alice
string from = 1;
// phone number to send to (including international dialing code)
string to = 2;