✨ Add keypair capability into message body
This commit is contained in:
parent
eea9b85745
commit
d304f3b319
@ -30,6 +30,7 @@ type Event struct {
|
|||||||
|
|
||||||
type EventMessageBody struct {
|
type EventMessageBody struct {
|
||||||
Text string `json:"text,omitempty"`
|
Text string `json:"text,omitempty"`
|
||||||
|
KeyPair string `json:"keypair_id,omitempty"`
|
||||||
Algorithm string `json:"algorithm,omitempty"`
|
Algorithm string `json:"algorithm,omitempty"`
|
||||||
Attachments []string `json:"attachments,omitempty"`
|
Attachments []string `json:"attachments,omitempty"`
|
||||||
QuoteEventID *uint `json:"quote_event,omitempty"`
|
QuoteEventID *uint `json:"quote_event,omitempty"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user