bloat/model/replyContext.go

8 lines
110 B
Go
Raw Normal View History

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