Changed UserId JSON name
This commit is contained in:
parent
ba1d895039
commit
1aa7216c10
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ type MessageRequest struct {
|
|||
|
||||
type UserMessage struct {
|
||||
Body string `json:"body"`
|
||||
UserId int64 `json:"user_id"`
|
||||
UserId int64 `json:"peer_id"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue