Rename PrivateMessageService to MessageService, add Delete method to it

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-08-16 22:22:13 -04:00
parent a5d5b13e41
commit 1908dedd27
5 changed files with 73 additions and 39 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ type MultiCreateOrUpdateRequest struct {
Name string `json:"display_name,omitempty"`
Description string `json:"description_md,omitempty"`
Subreddits SubredditNames `json:"subreddits,omitempty"`
// One of: private, public, hidden
// One of: private, public, hidden.
Visibility string `json:"visibility,omitempty"`
}