github.com/tada-team/tdproto@v1.51.57/tdapi/timezones.go (about)

     1  package tdapi
     2  
     3  type TimezonesResp struct {
     4  	// List of timezones
     5  	Timezones []string `json:"timezones"`
     6  }