offline-twitter/pkg/scraper/dm_reaction.go

13 lines
224 B
Go
Raw Normal View History

package scraper
type DMReactionID int
type DMReaction struct {
ID DMReactionID `db:"id"`
Time int
ConversationID ConversationID
MessageID DMID
ReactionKey string
SenderID UserID
}