Searched defs:ChannelUnread (Results 1 – 5 of 5) sorted by relevance
24 type ChannelUnread struct { struct25 TeamId string `json:"team_id"`26 ChannelId string `json:"channel_id"`27 MsgCount int64 `json:"msg_count"`28 MentionCount int64 `json:"mention_count"`29 MentionCountRoot int64 `json:"mention_count_root"`30 MsgCountRoot int64 `json:"msg_count_root"`31 NotifyProps StringMap `json:"-"`
26 type ChannelUnread struct { struct27 TeamId string `json:"team_id"`28 ChannelId string `json:"channel_id"`29 MsgCount int64 `json:"msg_count"`30 MentionCount int64 `json:"mention_count"`31 MentionCountRoot int64 `json:"mention_count_root"`32 MsgCountRoot int64 `json:"msg_count_root"`33 NotifyProps StringMap `json:"-"`81 func (o *ChannelUnread) ToJson() string {
26 type ChannelUnread struct { struct27 TeamId string `json:"team_id"`28 ChannelId string `json:"channel_id"`29 MsgCount int64 `json:"msg_count"`30 MentionCount int64 `json:"mention_count"`31 NotifyProps StringMap `json:"-"`75 func (o *ChannelUnread) ToJson() string {
1713 data ChannelUnread = ChannelUnread constructor