github.com/gotd/td/tg.WallPaperSettings.BackgroundColor (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_wall_paper_settings_gen.go#L63: 	BackgroundColor int
		tl_wall_paper_settings_gen.go#L129: 	if !(w.BackgroundColor == 0) {
		tl_wall_paper_settings_gen.go#L178: 		w.BackgroundColor = val
		tl_wall_paper_settings_gen.go#L287: 	if !(w.BackgroundColor == 0) {
		tl_wall_paper_settings_gen.go#L329: 		b.PutInt(w.BackgroundColor)
		tl_wall_paper_settings_gen.go#L380: 		w.BackgroundColor = value
		tl_wall_paper_settings_gen.go#L468: 	w.BackgroundColor = value
		tl_wall_paper_settings_gen.go#L480: 	return w.BackgroundColor, true