github.com/gotd/td/tg.PeerColorCollectible.DarkColors (field)
11 uses
github.com/gotd/td/tg (current package)
tl_peer_color_gen.go#L316: DarkColors []int
tl_peer_color_gen.go#L360: if !(p.DarkColors == nil) {
tl_peer_color_gen.go#L396: p.DarkColors = val
tl_peer_color_gen.go#L463: if !(p.DarkColors == nil) {
tl_peer_color_gen.go#L498: b.PutVectorHeader(len(p.DarkColors))
tl_peer_color_gen.go#L499: for _, v := range p.DarkColors {
tl_peer_color_gen.go#L586: p.DarkColors = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_peer_color_gen.go#L593: p.DarkColors = append(p.DarkColors, value)
tl_peer_color_gen.go#L660: p.DarkColors = value
tl_peer_color_gen.go#L672: return p.DarkColors, true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |