Add keypair capability into message body

This commit is contained in:
LittleSheep 2025-03-03 23:51:05 +08:00
parent eea9b85745
commit d304f3b319

View File

@ -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"`