github.com/gotd/td/tg.AccountUpdateThemeRequest.Settings (field)
11 uses
github.com/gotd/td/tg (current package)
tl_account_update_theme_gen.go#L63: Settings []InputThemeSettings
tl_account_update_theme_gen.go#L99: if !(u.Settings == nil) {
tl_account_update_theme_gen.go#L139: u.Settings = val
tl_account_update_theme_gen.go#L210: if !(u.Settings == nil) {
tl_account_update_theme_gen.go#L255: b.PutVectorHeader(len(u.Settings))
tl_account_update_theme_gen.go#L256: for idx, v := range u.Settings {
tl_account_update_theme_gen.go#L328: u.Settings = make([]InputThemeSettings, 0, headerLen%bin.PreallocateLimit)
tl_account_update_theme_gen.go#L335: u.Settings = append(u.Settings, value)
tl_account_update_theme_gen.go#L414: u.Settings = value
tl_account_update_theme_gen.go#L426: return u.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. |