github.com/gotd/td/tg.HelpTimezonesList.Timezones (field)
9 uses
github.com/gotd/td/tg (current package)
tl_help_timezones_list_gen.go#L146: Timezones []Timezone
tl_help_timezones_list_gen.go#L174: if !(t.Timezones == nil) {
tl_help_timezones_list_gen.go#L198: t.Timezones = from.GetTimezones()
tl_help_timezones_list_gen.go#L251: b.PutVectorHeader(len(t.Timezones))
tl_help_timezones_list_gen.go#L252: for idx, v := range t.Timezones {
tl_help_timezones_list_gen.go#L284: t.Timezones = make([]Timezone, 0, headerLen%bin.PreallocateLimit)
tl_help_timezones_list_gen.go#L291: t.Timezones = append(t.Timezones, value)
tl_help_timezones_list_gen.go#L309: return t.Timezones
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |