update recipient
This commit is contained in:
parent
3033380a29
commit
f1ee2d1137
1 changed files with 3 additions and 1 deletions
|
@ -87,7 +87,9 @@ type Sender struct {
|
|||
|
||||
// Recipient is who the message was sent to.
|
||||
type Recipient struct {
|
||||
ID int64 `json:"id,string"`
|
||||
ID int64 `json:"id,string,omitempty"`
|
||||
PostID string `json:"post_id,omitempty"`
|
||||
CommentID string `json:"comment_id,omitempty"`
|
||||
}
|
||||
|
||||
// Attachment is a file which used in a message.
|
||||
|
|
Loading…
Add table
Reference in a new issue