Home
last modified time | relevance | path

Searched defs:ChannelUnread (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dchannel_member.go24 type ChannelUnread struct { struct
25 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:"-"`
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dchannel_member.go24 type ChannelUnread struct { struct
25 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:"-"`
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dchannel_member.go26 type ChannelUnread struct { struct
27 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 {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dchannel_member.go26 type ChannelUnread struct { struct
27 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 {
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/mattermost-api-50200.11.0/src/Network/Mattermost/
H A DTypes.hs1713 data ChannelUnread = ChannelUnread constructor