We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7ae34 commit 4a75e67Copy full SHA for 4a75e67
message.go
@@ -42,6 +42,7 @@ type MessageRequest struct {
42
DataBase64 string `json:"data_base64"`
43
RepresentativeId string `json:"representative_id"`
44
QuoteMessageId string `json:"quote_message_id"`
45
+ Silent bool `json:"silent"`
46
}
47
48
type ReceiptAcknowledgementRequest struct {
0 commit comments