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