aboutsummaryrefslogtreecommitdiff
path: root/model/replyContext.go
blob: b17aacb1200a10b735a303899f0f25a053f9a51b (plain)
1
2
3
4
5
6
7
package model

type ReplyContext struct {
	InReplyToID   string
	InReplyToName string
	ReplyContent  string
}