github.com/gotd/td/tg.CommunitiesParticipantJoinedChats.JoinedChatIDs (field)
9 uses
github.com/gotd/td/tg (current package)
tl_communities_participant_joined_chats_gen.go#L41: JoinedChatIDs []int64
tl_communities_participant_joined_chats_gen.go#L66: if !(p.JoinedChatIDs == nil) {
tl_communities_participant_joined_chats_gen.go#L96: p.JoinedChatIDs = from.GetJoinedChatIDs()
tl_communities_participant_joined_chats_gen.go#L162: b.PutVectorHeader(len(p.JoinedChatIDs))
tl_communities_participant_joined_chats_gen.go#L163: for _, v := range p.JoinedChatIDs {
tl_communities_participant_joined_chats_gen.go#L227: p.JoinedChatIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_communities_participant_joined_chats_gen.go#L234: p.JoinedChatIDs = append(p.JoinedChatIDs, value)
tl_communities_participant_joined_chats_gen.go#L287: return p.JoinedChatIDs
![]() |
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. |