Add quick reply

This commit is contained in:
r 2021-09-05 17:17:59 +00:00
parent 6340b60d8c
commit 816281c225
8 changed files with 96 additions and 2 deletions

View file

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