Add support to disable notify-self flag on /v2/send endpoint

This commit is contained in:
ahatius
2024-08-07 18:54:24 +02:00
parent f3289395ae
commit 8cd60ff6c3
6 changed files with 21 additions and 7 deletions

View File

@@ -41,4 +41,5 @@ type SignalCliSendRequest struct {
QuoteMentions []MessageMention
TextMode *string
EditTimestamp *int64
NotifySelf *bool
}