Searched defs:reactionOptions (Results 1 – 1 of 1) sorted by relevance
258 type reactionOptions struct { struct259 ConversationID chat1.ConvIDStr `json:"conversation_id"`260 Message sendMessageBody261 MsgID chat1.MessageID `json:"message_id"`262 Channel chat1.ChatChannel `json:"channel"`274 func newReactionArg(options reactionOptions) reactionArg {