Browse Source

#231 Support getting Bot account / owner

robbix1206 8 years ago
parent
commit
b961ee3b6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      oauth2.go

+ 1 - 0
oauth2.go

@@ -21,6 +21,7 @@ type Application struct {
 	Icon         string    `json:"icon,omitempty"`
 	Secret       string    `json:"secret,omitempty"`
 	RedirectURIs *[]string `json:"redirect_uris,omitempty"`
+	Owner        *User     `json:"owner"`
 }
 
 // Application returns an Application structure of a specific Application