github.com/gotd/td/tg.StoriesStories.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_stories_stories_gen.go#L47: Chats []ChatClass
tl_stories_stories_gen.go#L73: if !(s.Chats == nil) {
tl_stories_stories_gen.go#L101: s.Chats = from.GetChats()
tl_stories_stories_gen.go#L172: b.PutVectorHeader(len(s.Chats))
tl_stories_stories_gen.go#L173: for idx, v := range s.Chats {
tl_stories_stories_gen.go#L240: s.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_stories_gen.go#L247: s.Chats = append(s.Chats, value)
tl_stories_stories_gen.go#L291: return s.Chats
tl_stories_stories_gen.go#L309: return ChatClassArray(s.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. |