Home
last modified time | relevance | path

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

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/
H A Dchat.go258 type reactionOptions struct { struct
259 ConversationID chat1.ConvIDStr `json:"conversation_id"`
260 Message sendMessageBody
261 MsgID chat1.MessageID `json:"message_id"`
262 Channel chat1.ChatChannel `json:"channel"`
274 func newReactionArg(options reactionOptions) reactionArg {