github.com/status-im/status-go@v1.1.0/protocol/requests/set_store_confirmation_for_messages_sent.go (about)

     1  package requests
     2  
     3  type SetStoreConfirmationForMessagesSent struct {
     4  	Enabled bool `json:"enabled"`
     5  }