aboutsummaryrefslogtreecommitdiff
path: root/model/replyContext.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/replyContext.go')
-rw-r--r--model/replyContext.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/model/replyContext.go b/model/replyContext.go
new file mode 100644
index 0000000..b17aacb
--- /dev/null
+++ b/model/replyContext.go
@@ -0,0 +1,7 @@
+package model
+
+type ReplyContext struct {
+ InReplyToID string
+ InReplyToName string
+ ReplyContent string
+}