github.com/gotd/td/tg.PhoneGroupParticipants.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_phone_group_participants_gen.go#L50: Chats []ChatClass
tl_phone_group_participants_gen.go#L81: if !(g.Chats == nil) {
tl_phone_group_participants_gen.go#L115: g.Chats = from.GetChats()
tl_phone_group_participants_gen.go#L193: b.PutVectorHeader(len(g.Chats))
tl_phone_group_participants_gen.go#L194: for idx, v := range g.Chats {
tl_phone_group_participants_gen.go#L269: g.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_phone_group_participants_gen.go#L276: g.Chats = append(g.Chats, value)
tl_phone_group_participants_gen.go#L335: return g.Chats
tl_phone_group_participants_gen.go#L356: return ChatClassArray(g.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. |