github.com/gotd/td/tg.PeerColorCollectible.Colors (field)
9 uses
github.com/gotd/td/tg (current package)
tl_peer_color_gen.go#L306: Colors []int
tl_peer_color_gen.go#L354: if !(p.Colors == nil) {
tl_peer_color_gen.go#L390: p.Colors = from.GetColors()
tl_peer_color_gen.go#L490: b.PutVectorHeader(len(p.Colors))
tl_peer_color_gen.go#L491: for _, v := range p.Colors {
tl_peer_color_gen.go#L562: p.Colors = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_peer_color_gen.go#L569: p.Colors = append(p.Colors, value)
tl_peer_color_gen.go#L636: return p.Colors
![]() |
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. |