Home
last modified time | relevance | path

Searched defs:ReadMessagePayload (Results 1 – 2 of 2) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dgregor.go100 type ReadMessagePayload struct { struct
101 Action string `codec:"Action" json:"Action"`
102 ConvID ConversationID `codec:"convID" json:"convID"`
103 MsgID MessageID `codec:"msgID" json:"msgID"`
104 InboxVers InboxVers `codec:"inboxVers" json:"inboxVers"`
105 TopicType TopicType `codec:"topicType" json:"topicType"`
106 UnreadUpdate *UnreadUpdate `codec:"unreadUpdate,omitempty" json:"unreadUpdate,omitempty"`
109 func (o ReadMessagePayload) DeepCopy() ReadMessagePayload {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/
H A Dgregor.go99 type ReadMessagePayload struct { struct
100 Action string `codec:"Action" json:"Action"`
101 ConvID ConversationID `codec:"convID" json:"convID"`
102 MsgID MessageID `codec:"msgID" json:"msgID"`
103 InboxVers InboxVers `codec:"inboxVers" json:"inboxVers"`
104 TopicType TopicType `codec:"topicType" json:"topicType"`
105 UnreadUpdate *UnreadUpdate `codec:"unreadUpdate,omitempty" json:"unreadUpdate,omitempty"`
108 func (o ReadMessagePayload) DeepCopy() ReadMessagePayload {