WIP: sms-api #10

Draft
Alfred-mk wants to merge 7 commits from sms-api into master
Showing only changes of commit 6c4702e2ba - Show all commits

View File

@ -0,0 +1,5 @@
package models
type SendSMSResponse struct {
Invitee string `json:"invitee"`
}