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

9 uses

	github.com/gotd/td/tg (current package)
		tl_video_size_gen.go#L529: 	BackgroundColors []int
		tl_video_size_gen.go#L558: 	if !(v.BackgroundColors == nil) {
		tl_video_size_gen.go#L582: 	v.BackgroundColors = from.GetBackgroundColors()
		tl_video_size_gen.go#L645: 	b.PutVectorHeader(len(v.BackgroundColors))
		tl_video_size_gen.go#L646: 	for _, v := range v.BackgroundColors {
		tl_video_size_gen.go#L689: 			v.BackgroundColors = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_video_size_gen.go#L696: 			v.BackgroundColors = append(v.BackgroundColors, value)
		tl_video_size_gen.go#L723: 	return v.BackgroundColors