gmessages/libgm/cache/settings.go
2023-06-30 12:54:08 +03:00

8 lines
No EOL
177 B
Go

package cache
type Settings struct {
CarrierName string `json:"carrierName,omitempty"`
HexHash string `json:"hexHash,omitempty"`
Version string `json:"version,omitempty"`
}