github.com/gotd/td/tg.Theme.Settings (field)
11 uses
github.com/gotd/td/tg (current package)
tl_theme_gen.go#L68: Settings []ThemeSettings
tl_theme_gen.go#L121: if !(t.Settings == nil) {
tl_theme_gen.go#L169: t.Settings = val
tl_theme_gen.go#L274: if !(t.Settings == nil) {
tl_theme_gen.go#L316: b.PutVectorHeader(len(t.Settings))
tl_theme_gen.go#L317: for idx, v := range t.Settings {
tl_theme_gen.go#L398: t.Settings = make([]ThemeSettings, 0, headerLen%bin.PreallocateLimit)
tl_theme_gen.go#L405: t.Settings = append(t.Settings, value)
tl_theme_gen.go#L535: t.Settings = value
tl_theme_gen.go#L547: return t.Settings, true
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |