diff options
Diffstat (limited to 'model')
-rw-r--r-- | model/replyContext.go | 7 |
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 +} |