github.com/gotd/td/tg.UpdatesDifferenceSlice.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_updates_difference_gen.go#L596: Chats []ChatClass
tl_updates_difference_gen.go#L632: if !(d.Chats == nil) {
tl_updates_difference_gen.go#L666: d.Chats = from.GetChats()
tl_updates_difference_gen.go#L763: b.PutVectorHeader(len(d.Chats))
tl_updates_difference_gen.go#L764: for idx, v := range d.Chats {
tl_updates_difference_gen.go#L861: d.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_difference_gen.go#L868: d.Chats = append(d.Chats, value)
tl_updates_difference_gen.go#L925: return d.Chats
tl_updates_difference_gen.go#L961: return ChatClassArray(d.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. |