github.com/gotd/td/tg.CommunitiesParticipantJoinedChats.CreatorChatIDs (field)
9 uses
github.com/gotd/td/tg (current package)
tl_communities_participant_joined_chats_gen.go#L39: CreatorChatIDs []int64
tl_communities_participant_joined_chats_gen.go#L63: if !(p.CreatorChatIDs == nil) {
tl_communities_participant_joined_chats_gen.go#L95: p.CreatorChatIDs = from.GetCreatorChatIDs()
tl_communities_participant_joined_chats_gen.go#L158: b.PutVectorHeader(len(p.CreatorChatIDs))
tl_communities_participant_joined_chats_gen.go#L159: for _, v := range p.CreatorChatIDs {
tl_communities_participant_joined_chats_gen.go#L210: p.CreatorChatIDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_communities_participant_joined_chats_gen.go#L217: p.CreatorChatIDs = append(p.CreatorChatIDs, value)
tl_communities_participant_joined_chats_gen.go#L279: return p.CreatorChatIDs
![]() |
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. |