github.com/gotd/td/tg.AccountCreateThemeRequest.Settings (field)
11 uses
github.com/gotd/td/tg (current package)
tl_account_create_theme_gen.go#L60: Settings []InputThemeSettings
tl_account_create_theme_gen.go#L90: if !(c.Settings == nil) {
tl_account_create_theme_gen.go#L120: c.Settings = val
tl_account_create_theme_gen.go#L175: if !(c.Settings == nil) {
tl_account_create_theme_gen.go#L209: b.PutVectorHeader(len(c.Settings))
tl_account_create_theme_gen.go#L210: for idx, v := range c.Settings {
tl_account_create_theme_gen.go#L268: c.Settings = make([]InputThemeSettings, 0, headerLen%bin.PreallocateLimit)
tl_account_create_theme_gen.go#L275: c.Settings = append(c.Settings, value)
tl_account_create_theme_gen.go#L318: c.Settings = value
tl_account_create_theme_gen.go#L330: return c.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. |