mirror of
https://git.freesoftwareextremist.com/bloat
synced 2024-11-12 17:44:10 +00:00
7 lines
110 B
Go
7 lines
110 B
Go
package model
|
|
|
|
type ReplyContext struct {
|
|
InReplyToID string
|
|
InReplyToName string
|
|
ReplyContent string
|
|
}
|