Home
last modified time | relevance | path

Searched defs:AddEmojiRes (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 Dlocal.go6359 type AddEmojiRes struct { struct
6360 RateLimit *RateLimit `codec:"rateLimit,omitempty" json:"rateLimit,omitempty"`
6361 Error *EmojiError `codec:"error,omitempty" json:"error,omitempty"`
6364 func (o AddEmojiRes) DeepCopy() AddEmojiRes {
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dlocal.go6403 type AddEmojiRes struct { struct
6404 RateLimit *RateLimit `codec:"rateLimit,omitempty" json:"rateLimit,omitempty"`
6405 Error *EmojiError `codec:"error,omitempty" json:"error,omitempty"`
6408 func (o AddEmojiRes) DeepCopy() AddEmojiRes {