From f1ee2d113785205c9e84b6a9ca96edb6d63b02cf Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Tue, 24 Aug 2021 10:02:04 +0300 Subject: [PATCH] update recipient --- receiving.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/receiving.go b/receiving.go index f83d099..8d7a0c8 100644 --- a/receiving.go +++ b/receiving.go @@ -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.