github.com/gotd/td/tg.CommunitiesParticipantJoinedChats.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_communities_participant_joined_chats_gen.go#L43: Chats []ChatClass
tl_communities_participant_joined_chats_gen.go#L69: if !(p.Chats == nil) {
tl_communities_participant_joined_chats_gen.go#L97: p.Chats = from.GetChats()
tl_communities_participant_joined_chats_gen.go#L166: b.PutVectorHeader(len(p.Chats))
tl_communities_participant_joined_chats_gen.go#L167: for idx, v := range p.Chats {
tl_communities_participant_joined_chats_gen.go#L244: p.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_communities_participant_joined_chats_gen.go#L251: p.Chats = append(p.Chats, value)
tl_communities_participant_joined_chats_gen.go#L295: return p.Chats
tl_communities_participant_joined_chats_gen.go#L308: return ChatClassArray(p.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. |