Add quick reply

This commit is contained in:
r 2021-09-05 17:17:59 +00:00
parent 4351155f67
commit 54c42455f3
8 changed files with 96 additions and 2 deletions
model

View file

@ -15,6 +15,7 @@ type PostContext struct {
type ReplyContext struct {
InReplyToID string
InReplyToName string
QuickReply bool
ReplyContent string
ForceVisibility bool
}