mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user