github.com/gotd/td/tg.PhoneGroupCallStars.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_phone_group_call_stars_gen.go#L43: Chats []ChatClass
tl_phone_group_call_stars_gen.go#L69: if !(g.Chats == nil) {
tl_phone_group_call_stars_gen.go#L97: g.Chats = from.GetChats()
tl_phone_group_call_stars_gen.go#L165: b.PutVectorHeader(len(g.Chats))
tl_phone_group_call_stars_gen.go#L166: for idx, v := range g.Chats {
tl_phone_group_call_stars_gen.go#L233: g.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_phone_group_call_stars_gen.go#L240: g.Chats = append(g.Chats, value)
tl_phone_group_call_stars_gen.go#L284: return g.Chats
tl_phone_group_call_stars_gen.go#L297: return ChatClassArray(g.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. |