github.com/gotd/td/tg.PhoneJoinAsPeers.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_phone_join_as_peers_gen.go#L43: Chats []ChatClass
tl_phone_join_as_peers_gen.go#L66: if !(j.Chats == nil) {
tl_phone_join_as_peers_gen.go#L92: j.Chats = from.GetChats()
tl_phone_join_as_peers_gen.go#L158: b.PutVectorHeader(len(j.Chats))
tl_phone_join_as_peers_gen.go#L159: for idx, v := range j.Chats {
tl_phone_join_as_peers_gen.go#L219: j.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_phone_join_as_peers_gen.go#L226: j.Chats = append(j.Chats, value)
tl_phone_join_as_peers_gen.go#L262: return j.Chats
tl_phone_join_as_peers_gen.go#L280: return ChatClassArray(j.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. |