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