1 2 3 4 5 6 7
package model type ReplyContext struct { InReplyToID string InReplyToName string ReplyContent string }