github.com/gotd/td/tg.StatsPublicForwards.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_stats_public_forwards_gen.go#L60: Chats []ChatClass
tl_stats_public_forwards_gen.go#L92: if !(p.Chats == nil) {
tl_stats_public_forwards_gen.go#L125: p.Chats = from.GetChats()
tl_stats_public_forwards_gen.go#L215: b.PutVectorHeader(len(p.Chats))
tl_stats_public_forwards_gen.go#L216: for idx, v := range p.Chats {
tl_stats_public_forwards_gen.go#L295: p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_stats_public_forwards_gen.go#L302: p.Chats = append(p.Chats, value)
tl_stats_public_forwards_gen.go#L364: return p.Chats
tl_stats_public_forwards_gen.go#L382: return ChatClassArray(p.Chats)
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. |