There was an error while loading. Please reload this page.
1 parent d832b1a commit 97c425cCopy full SHA for 97c425c
1 file changed
model/message.go
@@ -32,7 +32,7 @@ type MessageExternal struct {
32
// read only: true
33
// required: true
34
// example: 5
35
- ApplicationID uint `json:"appid"`
+ ApplicationID uint `form:"appid" query:"appid" json:"appid"`
36
// The message. Markdown (excluding html) is allowed.
37
//
38
@@ -74,7 +74,7 @@ type CreateMessage struct {
74
// The application id that send this message. Always set when returned via the API.
75
76
77
78
79
80
0 commit comments