github.com/gotd/td/tg.HelpPromoData.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_help_promo_data_gen.go#L186: Chats []ChatClass
tl_help_promo_data_gen.go#L231: if !(p.Chats == nil) {
tl_help_promo_data_gen.go#L269: p.Chats = from.GetChats()
tl_help_promo_data_gen.go#L377: b.PutVectorHeader(len(p.Chats))
tl_help_promo_data_gen.go#L378: for idx, v := range p.Chats {
tl_help_promo_data_gen.go#L447: p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_help_promo_data_gen.go#L454: p.Chats = append(p.Chats, value)
tl_help_promo_data_gen.go#L531: return p.Chats
tl_help_promo_data_gen.go#L580: 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. |