github.com/gotd/td/tg.PhoneGroupCall.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_phone_group_call_gen.go#L50: Chats []ChatClass
tl_phone_group_call_gen.go#L79: if !(g.Chats == nil) {
tl_phone_group_call_gen.go#L109: g.Chats = from.GetChats()
tl_phone_group_call_gen.go#L187: b.PutVectorHeader(len(g.Chats))
tl_phone_group_call_gen.go#L188: for idx, v := range g.Chats {
tl_phone_group_call_gen.go#L262: g.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_phone_group_call_gen.go#L269: g.Chats = append(g.Chats, value)
tl_phone_group_call_gen.go#L321: return g.Chats
tl_phone_group_call_gen.go#L334: 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. |