Skip to content

Commit 4a75e67

Browse files
authored
MessageRequest add 'silent' (#274)
1 parent 6b7ae34 commit 4a75e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

message.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ type MessageRequest struct {
4242
DataBase64 string `json:"data_base64"`
4343
RepresentativeId string `json:"representative_id"`
4444
QuoteMessageId string `json:"quote_message_id"`
45+
Silent bool `json:"silent"`
4546
}
4647

4748
type ReceiptAcknowledgementRequest struct {

0 commit comments

Comments
 (0)