Home
last modified time | relevance | path

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

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/
H A Dremote.go707 type GetMessageBeforeRes struct { struct
708 MsgID MessageID `codec:"msgID" json:"msgID"`
709 RateLimit *RateLimit `codec:"rateLimit,omitempty" json:"rateLimit,omitempty"`
712 func (o GetMessageBeforeRes) DeepCopy() GetMessageBeforeRes {
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dremote.go725 type GetMessageBeforeRes struct { struct
726 MsgID MessageID `codec:"msgID" json:"msgID"`
727 RateLimit *RateLimit `codec:"rateLimit,omitempty" json:"rateLimit,omitempty"`
730 func (o GetMessageBeforeRes) DeepCopy() GetMessageBeforeRes {