package model
type ReplyContext struct {
InReplyToID string
InReplyToName string
ReplyContent string
}