Lines Matching defs:UnreadUpdate
17 UnreadUpdate *UnreadUpdate `codec:"unreadUpdate,omitempty" json:"unreadUpdate,omitempty"` member
41 UnreadUpdate *UnreadUpdate `codec:"unreadUpdate,omitempty" json:"unreadUpdate,omitempty"` member
66 UnreadUpdate *UnreadUpdate `codec:"unreadUpdate,omitempty" json:"unreadUpdate,omitempty"` member
106 UnreadUpdate *UnreadUpdate `codec:"unreadUpdate,omitempty" json:"unreadUpdate,omitempty"` member
132 UnreadUpdate *UnreadUpdate `codec:"unreadUpdate,omitempty" json:"unreadUpdate,omitempty"` member
158 UnreadUpdate *UnreadUpdate `codec:"unreadUpdate,omitempty" json:"unreadUpdate,omitempty"` member
184 …UnreadUpdate *UnreadUpdate `codec:"unreadUpdate,omitempty" json:"unreadUpdate,omite… member
211 UnreadUpdate *UnreadUpdate `codec:"unreadUpdate,omitempty" json:"unreadUpdate,omitempty"` member
242 type UnreadUpdate struct { struct
243 ConvID ConversationID `codec:"convID" json:"convID"`
244 UnreadMessages int `codec:"unreadMessages" json:"unreadMessages"`
245 …ssages map[keybase1.DeviceType]int `codec:"unreadNotifyingMessages" json:"unreadNotifyingMessages"`
246 CompatUnreadMessages int `codec:"UnreadMessages" json:"UnreadMessages"`
247 Diff bool `codec:"diff" json:"diff"`
250 func (o UnreadUpdate) DeepCopy() UnreadUpdate {
344 …UnreadUpdate *UnreadUpdate `codec:"unreadUpdate,omitempty" json:"unreadUpdate,omit… member