|
|
|
@ -1,5 +1,13 @@
@@ -1,5 +1,13 @@
|
|
|
|
|
package main |
|
|
|
|
|
|
|
|
|
import "samhofi.us/x/keybase/types/chat1" |
|
|
|
|
|
|
|
|
|
// hold reply information when needed
|
|
|
|
|
type botReply struct { |
|
|
|
|
convID chat1.ConvIDStr |
|
|
|
|
msgID chat1.MessageID |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// ConvOptions stores team specific options like custom servers
|
|
|
|
|
type ConvOptions struct { |
|
|
|
|
ConvID string `json:"converation_id,omitempty"` |
|
|
|
|