github.com/gotd/td/tg.StoriesAllStories.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_stories_all_stories_gen.go#L248: Chats []ChatClass
tl_stories_all_stories_gen.go#L293: if !(a.Chats == nil) {
tl_stories_all_stories_gen.go#L329: a.Chats = from.GetChats()
tl_stories_all_stories_gen.go#L423: b.PutVectorHeader(len(a.Chats))
tl_stories_all_stories_gen.go#L424: for idx, v := range a.Chats {
tl_stories_all_stories_gen.go#L507: a.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_all_stories_gen.go#L514: a.Chats = append(a.Chats, value)
tl_stories_all_stories_gen.go#L590: return a.Chats
tl_stories_all_stories_gen.go#L611: return ChatClassArray(a.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. |