github.com/gotd/td/tg.StoriesFoundStories.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_stories_found_stories_gen.go#L56: Chats []ChatClass
tl_stories_found_stories_gen.go#L88: if !(f.Chats == nil) {
tl_stories_found_stories_gen.go#L121: f.Chats = from.GetChats()
tl_stories_found_stories_gen.go#L208: b.PutVectorHeader(len(f.Chats))
tl_stories_found_stories_gen.go#L209: for idx, v := range f.Chats {
tl_stories_found_stories_gen.go#L288: f.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_found_stories_gen.go#L295: f.Chats = append(f.Chats, value)
tl_stories_found_stories_gen.go#L357: return f.Chats
tl_stories_found_stories_gen.go#L370: return ChatClassArray(f.Chats)
![]() |
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. |