diff --git a/pkg/internal/models/events.go b/pkg/internal/models/events.go index 50b08c4..79628b3 100644 --- a/pkg/internal/models/events.go +++ b/pkg/internal/models/events.go @@ -30,6 +30,7 @@ type Event struct { type EventMessageBody struct { Text string `json:"text,omitempty"` + KeyPair string `json:"keypair_id,omitempty"` Algorithm string `json:"algorithm,omitempty"` Attachments []string `json:"attachments,omitempty"` QuoteEventID *uint `json:"quote_event,omitempty"`