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
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. |