1
0
Fork 0

Now ID in Reply could be rendered as JSON.

This commit is contained in:
Alexander Andreev 2022-10-21 04:38:08 +04:00
parent b94b5caf4c
commit 6c08e4cb16
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
)
type Reply struct {
ID int64 `json:"-"`
ID int64 `json:"id,omitempty"`
Created string `json:"created,omitempty"`
Message string `json:"message"`
}