github.com/gotd/td/tg.VideoSizeEmojiMarkup.BackgroundColors (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_video_size_gen.go#L343: 	BackgroundColors []int
		tl_video_size_gen.go#L369: 	if !(v.BackgroundColors == nil) {
		tl_video_size_gen.go#L391: 	v.BackgroundColors = from.GetBackgroundColors()
		tl_video_size_gen.go#L444: 	b.PutVectorHeader(len(v.BackgroundColors))
		tl_video_size_gen.go#L445: 	for _, v := range v.BackgroundColors {
		tl_video_size_gen.go#L481: 			v.BackgroundColors = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_video_size_gen.go#L488: 			v.BackgroundColors = append(v.BackgroundColors, value)
		tl_video_size_gen.go#L507: 	return v.BackgroundColors