File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ type Event struct {
8787 UserID string `json:"user_id,omitempty"`
8888 OwnUser * User `json:"me,omitempty"`
8989 WatcherCount int `json:"watcher_count,omitempty"`
90+ DeletedForMe bool `json:"deleted_for_me,omitempty"`
9091
9192 ExtraData map [string ]interface {} `json:"-"`
9293
Original file line number Diff line number Diff line change @@ -60,9 +60,10 @@ type Message struct {
6060 MML string `json:"mml,omitempty"`
6161 I18n map [string ]string `json:"i18n,omitempty"`
6262
63- CreatedAt * time.Time `json:"created_at,omitempty"`
64- UpdatedAt * time.Time `json:"updated_at,omitempty"`
65- DeletedAt * time.Time `json:"deleted_at,omitempty"`
63+ CreatedAt * time.Time `json:"created_at,omitempty"`
64+ UpdatedAt * time.Time `json:"updated_at,omitempty"`
65+ DeletedAt * time.Time `json:"deleted_at,omitempty"`
66+ DeletedForMe bool `json:"deleted_for_me,omitempty"`
6667
6768 ExtraData map [string ]interface {} `json:"-"`
6869
You can’t perform that action at this time.
0 commit comments