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

7 lines
185 B
Go

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