MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / deliveryTask

Struct deliveryTask

internal/discord/runtime.go:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type deliveryTask struct {
49 guildID int64
50 userID int64
51 channelID string
52 content string
53 attachments []Attachment
54}
55
56type imageTask struct {
57 index int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected