MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / MessageContext

Struct MessageContext

db_controller/db_controller.go:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72type MessageContext struct {
73 UserDid string `gorm:"type:string;primaryKey;not null"`
74 TokenUUID string `gorm:"type:string;primaryKey;not null"`
75 LastMessageId string `gorm:"type:string;not null"`
76 TimelineContext string `gorm:"type:string;not null"`
77}
78
79// Analytics seems cool, and me liek numbrers.
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected