1
0
Fork 0
mirror of synced 2025-04-04 21:53:37 +03:00

update recipient

This commit is contained in:
Pavel 2021-08-24 10:02:04 +03:00
parent 3033380a29
commit f1ee2d1137

View file

@ -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.